Skip to content

Commit eb37fd4

Browse files
Remove unecessary unit argument for PermissionDenied (#3)
This unit does not serve any use since there are no optional arguments
1 parent a84d1b4 commit eb37fd4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ReactNativeImagePicker.re

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ module ImagePicker = {
1818
~title: string,
1919
~text: string,
2020
~reTryTitle: string,
21-
~okTitle: string,
22-
unit
21+
~okTitle: string
2322
) =>
2423
t =
2524
"";

0 commit comments

Comments
 (0)