wip: zen
This commit is contained in:
parent
e7b6ffb314
commit
82509e8604
8 changed files with 778 additions and 43 deletions
|
|
@ -31,12 +31,11 @@ export namespace Workspace {
|
|||
})
|
||||
})
|
||||
await Actor.provide(
|
||||
"user",
|
||||
"system",
|
||||
{
|
||||
workspaceID,
|
||||
userID,
|
||||
},
|
||||
() => Key.create({ name: "Default API Key" }),
|
||||
() => Key.create({ userID, name: "Default API Key" }),
|
||||
)
|
||||
return workspaceID
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue