mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
This commit is contained in:
parent
809e5ac14d
commit
e715498d33
@ -164,7 +164,7 @@ export class SecureStorageEcho extends IonicNativePlugin {
|
||||
return getPromise<SecureStorageEchoObject>((res: Function, rej: Function) => {
|
||||
const instance = new (SecureStorageEcho.getPlugin())(
|
||||
() => res(new SecureStorageEchoObject(instance)),
|
||||
rej,
|
||||
() => rej(new SecureStorageEchoObject(instance)),
|
||||
store,
|
||||
options
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user