Skip to content

Commit 607f719

Browse files
authored
Merge pull request #1 from yyoshiki41/fix/flow-annotation
Fix flow annotation in examples
2 parents 95fe8e9 + 8d12f67 commit 607f719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/PasscodeAuthExample/Libraries/PasscodeAuth/PasscodeAuth.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var Passcode = {
2828
});
2929
},
3030

31-
authenticate(reason) {
31+
authenticate(reason: string) {
3232
var authReason;
3333

3434
// Set auth reason

0 commit comments

Comments
 (0)