Skip to content

Commit a078534

Browse files
committed
remove unecessary [@bs.string]
1 parent 8f49e2d commit a078534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReactNativeGeolocation.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type config;
2121
external config:
2222
(
2323
~skipPermissionRequests: bool=?,
24-
~authorizationLevel: [@bs.string] [ | `always | `auto | `whenInUse]=?,
24+
~authorizationLevel: [ | `always | `auto | `whenInUse]=?,
2525
unit
2626
) =>
2727
config;

0 commit comments

Comments
 (0)