Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Dec 3, 2024
1 parent 2702354 commit ce9c8ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/storage/data/DataWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,7 @@ class DataWrapper {
// provide dataRetrievalInfo so no need to construct here
/* eslint-disable no-param-reassign */
keyContext.cipherBundle = cipherBundle;
log.info('client is multipleBackends, sending put request', this.client);
return this.client.put(hashedStream, valueSize, keyContext,
backendInfo, log.getSerializedUids(), (err, dataRetrievalInfo) => {
if (err) {
Expand Down

0 comments on commit ce9c8ff

Please sign in to comment.