Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
dnhn authored and actions-user committed Dec 16, 2024
1 parent 1f82838 commit e52ee55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/app/api/geolocation/route.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { geolocation } from '@vercel/functions';
import { handleApiError } from '@/app/api/auth';
import { geolocation } from '@vercel/functions';

export async function GET(request: Request) {
try {
Expand Down

0 comments on commit e52ee55

Please sign in to comment.