fix(): fix more lint errors

This commit is contained in:
Daniel
2018-05-04 10:31:06 +02:00
parent f34b6e6664
commit 0b3d299a96
3 changed files with 12 additions and 17 deletions
+1 -4
View File
@@ -318,10 +318,7 @@ export class Firebase extends IonicNativePlugin {
successIndex: 2,
errorIndex: 3
})
verifyPhoneNumber(
phoneNumber: string,
timeoutDuration: number = 0
): Promise<any> {
verifyPhoneNumber(phoneNumber: string, timeoutDuration = 0): Promise<any> {
return;
}
}