App logs fix
This commit is contained in:
@@ -73,7 +73,7 @@ public class T3SingleSourceProcessor(
|
||||
|
||||
if (!isNew && !dataSources.Any(x => x.CreatedAt > processedLayer.ModifiedAt))
|
||||
{
|
||||
throw new Exception("No new data to process");
|
||||
return;
|
||||
}
|
||||
|
||||
var allRecords = dataSources.SelectMany(x => x.Records!).ToList();
|
||||
|
||||
Reference in New Issue
Block a user