feat(server): team quota (#8955)

This commit is contained in:
DarkSky
2024-12-09 17:51:54 +08:00
committed by GitHub
parent 8fe188e773
commit 9365958a02
51 changed files with 1997 additions and 218 deletions

View File

@@ -90,6 +90,7 @@ export async function addUserToWorkspace(
workspaceId: workspace.id,
userId,
accepted: true,
status: 'Accepted',
type: permission,
},
});