This commit is contained in:
Michał Zieliński
2025-03-05 18:11:33 +01:00
parent 3abed9da30
commit b7b3bb1b70

View File

@@ -70,11 +70,6 @@ public class T3SingleSourceProcessor(
throw new Exception($"DataSources are empty, {sourceImportWorker.Name}");
}
if (!isNew && !dataSources.Any(x => x.CreatedAt > processedLayer.ModifiedAt))
{
return;
}
var allRecords = dataSources.SelectMany(x => x.Records!).ToList();
foreach (var baseRecord in dataSources.Last().Records!)