refactor: application dependency management (#2363)
This commit is contained in:
@@ -139,8 +139,8 @@ export default class FakeWebCrypto {
|
||||
const data = {
|
||||
message,
|
||||
nonce,
|
||||
senderSecretKey,
|
||||
recipientPublicKey,
|
||||
senderSecretKey,
|
||||
}
|
||||
return btoa(JSON.stringify(data))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user