forked from ddrilling/AsbCloudServer
правка new TDto[] { } на Enumerable.Empty<TDto>()
This commit is contained in:
parent
5e29ef5e01
commit
5100a221e0
@ -70,7 +70,7 @@ namespace AsbCloudInfrastructure.Repository
|
||||
if(data is not null)
|
||||
return new TDto[] { Convert(data, timezoneHours) };
|
||||
|
||||
return new TDto[] { };
|
||||
return Enumerable.Empty<TDto>();
|
||||
}
|
||||
|
||||
public async Task SaveDataAsync(int idTelemetry, IEnumerable<TDto> dtos, CancellationToken token)
|
||||
|
Loading…
Reference in New Issue
Block a user