ci: fix lint oom (#6295)

This commit is contained in:
Brooooooklyn
2024-03-25 07:11:49 +00:00
parent a8cd1579f5
commit 6467e10690
4 changed files with 7 additions and 7 deletions

View File

@@ -87,6 +87,7 @@ export enum ServerFeature {
}
export enum SubscriptionPlan {
AI = 'AI',
Enterprise = 'Enterprise',
Free = 'Free',
Pro = 'Pro',