Suppress errors

This commit is contained in:
syuilo
2019-04-13 04:00:02 +09:00
parent 063f372f3c
commit a51fbd7316
2 changed files with 3 additions and 3 deletions

View File

@@ -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])
));