Skip to content

Commit

Permalink
chore: fix blob/add param description
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Shaw <[email protected]>
  • Loading branch information
joaosa and Alan Shaw authored May 10, 2024
1 parent 9bb3d11 commit e9a7edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/upload-client/src/blob.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export function createConcludeInvocation(id, serviceDid, receipt) {
* has the capability to perform the action.
*
* The issuer needs the `blob/add` delegated capability.
* @param {Blob|Uint8Array} data Blob file data.
* @param {Blob|Uint8Array} data Blob data.
* @param {import('./types.js').RequestOptions} [options]
* @returns {Promise<import('multiformats').MultihashDigest>}
*/
Expand Down

0 comments on commit e9a7edb

Please sign in to comment.