From 0562532f80be33c29ecbd2685eed56b339803f16 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Mon, 28 Nov 2022 18:02:34 +0100 Subject: [PATCH] feat: adjust stops-import.txt --- src/stops-import/stops-import.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/stops-import/stops-import.txt b/src/stops-import/stops-import.txt index 3c42d1d..9af5ec9 100644 --- a/src/stops-import/stops-import.txt +++ b/src/stops-import/stops-import.txt @@ -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)