add message at start of program
Version updated
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user