Skip to content

Commit

Permalink
fix: rename blob/get capability
Browse files Browse the repository at this point in the history
Co-authored-by: Irakli Gozalishvili <contact@gozala.io>
  • Loading branch information
joaosa and Gozala committed May 31, 2024
1 parent 2458680 commit 0030e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/capabilities/src/blob.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export const list = capability({
* space identified by `with` field.
*/
export const get = capability({
can: 'space/blob/get',
can: 'space/blob/get/0/1',
/**
* DID of the (memory) space where Blob is stored.
*/
Expand Down

0 comments on commit 0030e0c

Please sign in to comment.