Temporary disable GSheet update in processing
All checks were successful
Build Docker Images / test (push) Successful in 1m34s
Build Docker Images / build-and-push (push) Successful in 1m41s

This commit is contained in:
2025-11-24 13:45:04 +01:00
parent 6ed470a1b8
commit 0b665f238b
4 changed files with 5 additions and 5 deletions

View File

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