Suppress errors
This commit is contained in:
parent
063f372f3c
commit
a51fbd7316
2 changed files with 3 additions and 3 deletions
|
|
@ -96,7 +96,7 @@ export default async (ctx: Koa.BaseContext) => {
|
|||
cipher: undefined,
|
||||
passphrase: undefined
|
||||
}
|
||||
}, (e, publicKey, privateKey) =>
|
||||
} as any, (e, publicKey, privateKey) =>
|
||||
e ? j(e) : s([publicKey, privateKey])
|
||||
));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue