Skip to content

Commit

Permalink
fix: Error should refer to Resource, not Issuer (#1558)
Browse files Browse the repository at this point in the history
It's checking the `with` of the capability.
  • Loading branch information
Peeja authored Oct 7, 2024
1 parent 86af87d commit 25e35e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/upload-api/src/provider-add.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const add = async (
return {
error: {
name: 'Unauthorized',
message: 'Issuer must be a mailto DID',
message: 'Resource must be a mailto DID',
},
}
}
Expand Down

0 comments on commit 25e35e3

Please sign in to comment.