Skip to content

Commit

Permalink
refactor: corrects weather server service type
Browse files Browse the repository at this point in the history
  • Loading branch information
eriandev committed May 7, 2023
1 parent d6ca60c commit 5d915af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/server/services/weather.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { API_REQUEST_OPTIONS, API_URL } from '$lib/server/consts'

/**
* Service for consuming the RapidAPI API
* @type {import('$lib/client/services').GetWeatherData}
* @type {import('$lib/server/services').GetWeatherData}
* @see https://rapidapi.com/weatherapi/api/weatherapi-com/
*/
export async function getWeatherData ({ endpoint, query }) {
Expand Down

1 comment on commit 5d915af

@vercel
Copy link

@vercel vercel bot commented on 5d915af May 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

weather-app – ./

eriandev-weather-app.vercel.app
weather-app-eriandev.vercel.app
weather-app-git-main-eriandev.vercel.app

Please sign in to comment.