mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-02 21:02:57 +08:00
fix(biocatch): start publicKey is now required even if null
This commit is contained in:
parent
0634e64b58
commit
7afed90b56
@ -40,7 +40,7 @@ export class BioCatch extends IonicNativePlugin {
|
||||
* @return {Promise<void>} Returns a promise
|
||||
*/
|
||||
@Cordova()
|
||||
start(customerSessionID: string | null, wupUrl: string, publicKey?: string | null): Promise<void> {
|
||||
start(customerSessionID: string | null, wupUrl: string, publicKey: string | null): Promise<void> {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user