Skip to content

Commit 3657fa9

Browse files
committed
chore: put back longitude and latitude to string to match Next.js type
1 parent f76f685 commit 3657fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/runtime/src/templates/edge/runtime.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ export interface RequestData {
1818
city?: string
1919
country?: string
2020
region?: string
21-
latitude?: number
22-
longitude?: number
21+
latitude?: string
22+
longitude?: string
2323
timezone?: string
2424
}
2525
headers: Record<string, string>

0 commit comments

Comments
 (0)