Skip to content

Commit

Permalink
Fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
insuusvenerati committed Oct 30, 2023
1 parent 2b027f5 commit b5042e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/weather/[zipcode]/+page.server.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getCoordsByZipcode } from '$lib/util';
import { getWeather } from '$lib/util.server';
import { getWeather } from '$lib/utils.server';
import invariant from 'tiny-invariant';
import type { PageServerLoad } from './$types';

Expand Down

0 comments on commit b5042e3

Please sign in to comment.