Skip to content

Commit beefdb7

Browse files
committed
Fix bug in example code for watchPosition
1 parent 588513c commit beefdb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/declarations/BackgroundGeolocation.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ declare module "react-native-background-geolocation" {
929929
* console.log('[watchPosition] ERROR -', errorCode);
930930
* }, {
931931
* interval: 1000
932-
* }
932+
* })
933933
* }
934934
*
935935
* onSuspend() {

0 commit comments

Comments
 (0)