mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
[BUG] fix bug on update blob keys
This commit is contained in:
@@ -962,7 +962,7 @@ BlobClient.updateKeys = function (opts, fn) {
|
||||
blob_id : opts.blob.id,
|
||||
data : opts.blob.encrypt(),
|
||||
revision : opts.blob.revision,
|
||||
encrypted_secret : opts.blob.encryptedSecret,
|
||||
encrypted_secret : opts.blob.encrypted_secret,
|
||||
encrypted_blobdecrypt_key : opts.blob.encryptBlobCrypt(opts.masterkey, opts.keys.crypt),
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user