Skip to content

Commit ccfea51

Browse files
committed
remove timeout
1 parent a4ed4b8 commit ccfea51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/floorplan/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function Page() {
1010
setPositions([...positions, position]);
1111
},
1212
() => { },
13-
{ enableHighAccuracy: true, timeout: 5000, maximumAge: 0 }
13+
{ enableHighAccuracy: true }
1414
);
1515

1616
return () => {

0 commit comments

Comments
 (0)