This commit is contained in:
Frank
2025-10-02 13:58:38 -04:00
parent cc4e4d37d1
commit 9168c974c5
13 changed files with 948 additions and 133 deletions
-1
View File
@@ -79,7 +79,6 @@ export const getActor = async (workspace?: string): Promise<Actor.Info> => {
properties: {
userID: result.user.id,
workspaceID: result.user.workspaceID,
role: result.user.role,
},
}
}