Skip to content

Commit

Permalink
fix(w3up-client): authorize agent to use space
Browse files Browse the repository at this point in the history
  • Loading branch information
fforbeck committed Dec 20, 2024
1 parent f00600b commit 549938a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/w3up-client/src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,9 @@ export class Client extends Base {
]
}

// Save the space to authorize the client to use the space
await space.save()

for (const serviceConnection of authorizeGatewayServices) {
await authorizeContentServe(this, space, serviceConnection)
}
Expand Down

0 comments on commit 549938a

Please sign in to comment.