Skip to content

Commit

Permalink
Consistent capitalization
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Shaw <alan@storacha.network>
  • Loading branch information
Peeja and alanshaw authored Oct 7, 2024
1 parent 8bf7036 commit d54ece3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/upload-api/src/access/claim.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const isAccount = (principal) => principal.did().startsWith('did:mailto:')
* @param {API.Delegation} delegation
* @returns boolean
*/
const isUcanStar = (delegation) =>
const isUCANStar = (delegation) =>
delegation.capabilities.some((capability) => capability.with === 'ucan:*')

/**
Expand Down

0 comments on commit d54ece3

Please sign in to comment.