feat(server): seat calc follow member count (#9138)

This commit is contained in:
darkskygit 2024-12-13 06:44:04 +00:00
parent 0e73737407
commit 994e4c5bc1
No known key found for this signature in database
GPG Key ID: 97B7D036B1566E9D

View File

@ -105,8 +105,6 @@ export class WorkspaceSubscriptionManager extends SubscriptionManager {
const count = await this.db.workspaceUserPermission.count({
where: {
workspaceId: args.workspaceId,
// @TODO(darksky): replace with [status: WorkspaceUserPermissionStatus.Accepted]
accepted: true,
},
});