typo
This commit is contained in:
@@ -8,6 +8,6 @@ if (typeof process.env.WEATHER_URL === 'undefined' || typeof process.env.WEATHER
|
||||
|
||||
}
|
||||
|
||||
const buqueda = await ubicacion(process.argv[2]);
|
||||
const busqueda = await ubicacion(process.argv[2]);
|
||||
|
||||
console.log('Busqueda', buqueda);
|
||||
console.log('Busqueda', busqueda);
|
||||
|
||||
Reference in New Issue
Block a user