Skip to content

Commit a07bd5d

Browse files
authored
Merge pull request #1952 from no23reason/no23reason-patch-3
chore: remove useless default
2 parents 3c87a66 + 3cd167d commit a07bd5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export function useGeolocated(config: GeolocatedConfig = {}): GeolocatedResult {
9090
timeout: Infinity,
9191
},
9292
isOptimisticGeolocationEnabled = true,
93-
userDecisionTimeout = undefined,
93+
userDecisionTimeout,
9494
suppressLocationOnMount = false,
9595
watchPosition = false,
9696
geolocationProvider = typeof navigator !== "undefined"

0 commit comments

Comments
 (0)