Enable R2 GSheet
This commit is contained in:
@@ -141,7 +141,7 @@ public class MorskaT4R2Processor : MorskaBaseProcessor
|
|||||||
SaveProcessedLayer(processedLayer, newRecords);
|
SaveProcessedLayer(processedLayer, newRecords);
|
||||||
|
|
||||||
// Update Google Sheets reports
|
// Update Google Sheets reports
|
||||||
// UpdateGoogleSheetReport(processedLayer.Id);
|
UpdateGoogleSheetReport(processedLayer.Id);
|
||||||
|
|
||||||
_logger.LogInformation("{ProcessorType}: Successfully processed {RecordCount} records for layer {LayerName} ({LayerId})",
|
_logger.LogInformation("{ProcessorType}: Successfully processed {RecordCount} records for layer {LayerName} ({LayerId})",
|
||||||
ProcessorType, newRecords.Count, processedLayer.Name, processedLayer.Id);
|
ProcessorType, newRecords.Count, processedLayer.Name, processedLayer.Id);
|
||||||
|
|||||||
Reference in New Issue
Block a user