Skip to content

Commit

Permalink
Keep capitalization consistent
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Shaw <[email protected]>
  • Loading branch information
Peeja and alanshaw committed Oct 7, 2024
1 parent d54ece3 commit 8248aff
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 @@ -76,7 +76,7 @@ export const claim = async ({ invocation }, { delegationsStorage, signer }) => {
// Ignore attestations of delegations we don't have.
const attestedCid = attestCap.nb.proof
const attestedDelegation = delegationsToReturnByCid[attestedCid.toString()]
if (!(attestedDelegation && isUcanStar(attestedDelegation))) continue
if (!(attestedDelegation && isUCANStar(attestedDelegation))) continue

// Create new session proofs for the attested delegation.
const sessionProofsResult = await createSessionProofsForLogin(
Expand Down

0 comments on commit 8248aff

Please sign in to comment.