Skip to content

Commit

Permalink
chore: appease typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Feb 24, 2025
1 parent 49b44f1 commit f4499d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/upload-api/src/access/authorize.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ export const authorize = async ({ capability, invocation }, ctx) => {
nb: {
// we copy request details and set the `aud` field to the agent DID
// that requested the authorization.
...capability.nb,
iss: accountMailtoDID,
att: capability.nb.att,
aud: capability.with,
// Link to the invocation that requested the authorization.
cause: invocation.cid,
Expand Down

0 comments on commit f4499d8

Please # to comment.