Skip to content

Commit ee347ad

Browse files
committed
Merge branch 'master' of github.com:dpa99c/cordova-plugin-firebasex
2 parents b51bb38 + 83f839f commit ee347ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ interface FirebasePlugin {
116116
stackTrace?: object,
117117
success?: () => void,
118118
error?: (err: string) => void
119-
)
119+
): void
120120
verifyPhoneNumber(
121121
success: (value: object) => void,
122122
error: (err: string) => void,

0 commit comments

Comments
 (0)