refactor(backend): 必要ないas anyを消去 (#10293)
This commit is contained in:
@@ -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]),
|
||||
));
|
||||
|
||||
|
Reference in New Issue
Block a user