Stringify -> stringify

This commit is contained in:
Vincze József 2023-10-23 14:06:50 +02:00
parent baff2acc30
commit dcedcfe0ff
1 changed files with 1 additions and 1 deletions

View File

@ -1063,7 +1063,7 @@ function getAddress(latitude,longitude,locmode,callback){
{
if (res)
{
console.log('GeoData: '+JSON.Stringify(res));
console.log('GeoData: '+JSON.stringify(res));
//return address;
callback(null,res);
}