fix(core): Stop enforcing max numbers of API keys limit (no-changelog) (#13631)

This commit is contained in:
Ricardo Espinoza
2025-03-03 14:32:50 +01:00
committed by GitHub
parent e633e91f69
commit 1909b74350
12 changed files with 2 additions and 55 deletions

View File

@@ -104,7 +104,6 @@ export const LICENSE_QUOTAS = {
WORKFLOW_HISTORY_PRUNE_LIMIT: 'quota:workflowHistoryPrune',
TEAM_PROJECT_LIMIT: 'quota:maxTeamProjects',
AI_CREDITS: 'quota:aiCredits',
API_KEYS_PER_USER_LIMIT: 'quota:apiKeysPerUserLimit',
} as const;
export const UNLIMITED_LICENSE_QUOTA = -1;