Skip to content

Commit d36d6fa

Browse files
committed
.
1 parent aa49bf7 commit d36d6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/KustoCopyConsole/Orchestration/SourceTablePlanningOrchestration.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ private async Task OnPlanningIterationAsync(RowItem iterationItem, CancellationT
9191
{
9292
var aggregatedDistributions = AggregateDistributions(
9393
distributions,
94-
timeResolutionInSeconds == 1);
94+
timeResolutionInSeconds != 1);
9595

9696
foreach(var distribution in aggregatedDistributions)
9797
{

0 commit comments

Comments
 (0)