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

@@ -132,7 +132,7 @@ public class MorskaD6Processor : MorskaBaseProcessor
SaveProcessedLayer(processedLayer, newRecords);
UpdateGoogleSheetReport(processedLayer.Id);
// UpdateGoogleSheetReport(processedLayer.Id);
_logger.LogInformation(
"{ProcessorType}: Successfully processed {RecordCount} records for layer {LayerName} ({LayerId})",