Skip to content

Commit 064022d

Browse files
committed
make adaption for setDebug
1 parent 0ed34c1 commit 064022d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RCTJVerificationModule/RCTJVerificationModule.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ - (id)init {
9393
}];
9494
}
9595

96-
RCT_EXPORT_METHOD(setDebug: (NSNumber *)enable) {
96+
RCT_EXPORT_METHOD(setDebug: (nonnull NSNumber *)enable) {
9797
[JVERIFICATIONService setDebug: [enable boolValue]];
9898
}
9999

0 commit comments

Comments
 (0)