mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-04 15:30:27 +00:00
wip: zen
This commit is contained in:
parent
477586835a
commit
a11a608760
9 changed files with 1488 additions and 32 deletions
|
|
@ -151,9 +151,10 @@ export namespace User {
|
|||
await Promise.all(
|
||||
invitations.map((invite) =>
|
||||
Actor.provide(
|
||||
"system",
|
||||
"user",
|
||||
{
|
||||
workspaceID: invite.workspaceID,
|
||||
userID: invite.id,
|
||||
},
|
||||
() => Key.create({ name: "Default API Key" }),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue