add message at start of program

Version updated
This commit is contained in:
2023-11-29 16:18:56 +00:00
parent c10001754f
commit 3fbe3fb025
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ export const getAddress = async (params) => {
return returnOnError(ret, 'RESPSTATUS', getAddress.name, response.status)
}
let akt = response.data.address
logit(JSON.stringify(akt))
// logit(JSON.stringify(akt))
const CITY = ['city', 'town', 'village', 'suburb', 'county']
let city = "unknown"
for (let c of CITY) {