diff --git a/routes/weather.js b/routes/weather.js index f9a540b..9c41368 100644 --- a/routes/weather.js +++ b/routes/weather.js @@ -489,7 +489,7 @@ exports.getWeather = function( req, res ) { location = [ parseFloat( location[ 0 ] ), parseFloat( location[ 1 ] ) ]; // Continue with the weather request - getOWMWeatherData( location, finishRequest ); + getTimeData( location, finishRequest ); } else {