Enable R2 GSheet
All checks were successful
Build Docker Images / test (push) Successful in 1m37s
Build Docker Images / build-and-push (push) Successful in 1m37s

This commit is contained in:
2025-11-25 14:46:21 +01:00
parent e83ab80dff
commit d289fbb274

View File

@@ -141,7 +141,7 @@ public class MorskaT4R2Processor : MorskaBaseProcessor
SaveProcessedLayer(processedLayer, newRecords);
// Update Google Sheets reports
// UpdateGoogleSheetReport(processedLayer.Id);
UpdateGoogleSheetReport(processedLayer.Id);
_logger.LogInformation("{ProcessorType}: Successfully processed {RecordCount} records for layer {LayerName} ({LayerId})",
ProcessorType, newRecords.Count, processedLayer.Name, processedLayer.Id);