mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-01 22:29:44 +08:00
feat(server): send review request when team member count over quota limit (#11126)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { faker } from '@faker-js/faker';
|
||||
|
||||
import { Feature } from '../../models';
|
||||
import { Feature, FeatureType } from '../../models';
|
||||
import { Mocker } from './factory';
|
||||
|
||||
interface MockTeamWorkspaceInput {
|
||||
@@ -46,6 +46,8 @@ export class MockTeamWorkspace extends Mocker<
|
||||
featureId: feature.id,
|
||||
reason: 'test',
|
||||
activated: true,
|
||||
name: Feature.TeamPlan,
|
||||
type: FeatureType.Quota,
|
||||
configs: {
|
||||
memberLimit: quantity,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user