Compare commits
2 Commits
AIValidato
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| a790c138d5 | |||
| 1760420605 |
@@ -58,10 +58,14 @@ public class MorskaD3Importer : BaseDataImporter
|
||||
// Deserialize data early - right after LoadConfiguration
|
||||
DeserializeDataInboxData();
|
||||
|
||||
|
||||
if (!ShouldPerformImport(importWorker))
|
||||
{
|
||||
_logger.LogInformation("{ImporterType}: Import not needed for {ImportWorkerName}",
|
||||
ImporterType, importWorker.Name);
|
||||
// but export to Google Sheets still
|
||||
// Export to Google Sheets after successful import
|
||||
ExportToGoogleSheets();
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -186,7 +190,7 @@ public class MorskaD3Importer : BaseDataImporter
|
||||
ImporterType, ImportType);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
// Check if imported layer is up to date
|
||||
if (!IsImportedLayerUpToDate(importWorker))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user