mirror of
https://github.com/aljazceru/opencode.git
synced 2026-02-23 08:45:13 +01:00
wip: zen
This commit is contained in:
@@ -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" }),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user