feat: adjust stops-import.txt

This commit is contained in:
dancingCycle 2022-11-28 18:02:34 +01:00
parent de3e603ea2
commit 0562532f80
1 changed files with 4 additions and 4 deletions

View File

@ -9,21 +9,21 @@ if (Authorized?) then (yes)
:check stops from import;
if (Is stop import empty?) then (yes)
end
else
else (no)
:check zones from import;
if (Is zone import empty?) then (yes)
end
else
else (no)
:process zones from import;
:process stops from import;
:delete obsolete records in storage;
:return all records from storage;
endif
endif
else
else (no)
end
endif
else
else (no)
end
endif
else (no)