Skip to content

Commit fea5f58

Browse files
committed
CLDSRV-872: add missing jsdoc
1 parent cdad405 commit fea5f58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/api/apiUtils/object/storeObject.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const { arsenalErrorFromChecksumError } = require('../../apiUtils/integrity/vali
1212
* @param {object} dataRetrievalInfo - object containing the keys of stored data
1313
* @param {number} dataRetrievalInfo.key - key of the stored data
1414
* @param {string} dataRetrievalInfo.dataStoreName - the implName of the data
15+
* @param {object} checksumStream - checksum transform stream with digest/algoName properties
1516
* @param {object} log - request logger instance
1617
* @param {function} cb - callback to send error or move to next task
1718
* @return {function} - calls callback with arguments:

0 commit comments

Comments
 (0)