We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e5bdf commit 4c84ec2Copy full SHA for 4c84ec2
scripts/delegate-serve.js
@@ -70,6 +70,7 @@ sade('delegate-serve.js [space]')
70
// multiple packages.
71
const ability = /** @type {"*"} */ (Space.contentServe.can)
72
73
+ client.setCurrentSpace(space)
74
const delegation = await client.createDelegation(
75
gatewayIdentity,
76
[ability],
0 commit comments