Skip to content

Commit

Permalink
fix: Error should refer to Resource, not Issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
Peeja committed Oct 4, 2024
1 parent a3af226 commit 0660b3e
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 0660b3e

Please sign in to comment.