refactor(backend): 必要ないas anyを消去 (#10293)
This commit is contained in:
parent
65b1524f92
commit
0ac1fc846b
5 changed files with 6 additions and 5 deletions
|
@ -90,7 +90,7 @@ export class SignupService {
|
|||
cipher: undefined,
|
||||
passphrase: undefined,
|
||||
},
|
||||
} as any, (err, publicKey, privateKey) =>
|
||||
}, (err, publicKey, privateKey) =>
|
||||
err ? rej(err) : res([publicKey, privateKey]),
|
||||
));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue