mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-09 16:43:19 +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
|
* @return {Promise<void>} Returns a promise
|
||||||
*/
|
*/
|
||||||
@Cordova()
|
@Cordova()
|
||||||
start(customerSessionID: string | null, wupUrl: string, publicKey?: string | null): Promise<void> {
|
start(customerSessionID: string | null, wupUrl: string, publicKey: string | null): Promise<void> {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user