This commit is contained in:
Frank
2025-09-28 12:49:27 -04:00
parent b64cecb079
commit 06495ea964
7 changed files with 724 additions and 18 deletions

View File

@@ -73,6 +73,7 @@ export const getActor = async (workspace?: string): Promise<Actor.Info> => {
properties: {
userID: result.user.id,
workspaceID: result.user.workspaceID,
role: result.user.role,
},
}
}