We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3158e02 commit 5e9874eCopy full SHA for 5e9874e
packages/services/api/src/modules/organization/providers/organization-access-tokens.ts
@@ -898,7 +898,7 @@ export class OrganizationAccessTokens {
898
const isOTELTracingEnabled = organization.featureFlags.otelTracing || this.otelTracingEnabled;
899
900
return (id: Permission) =>
901
- (!isAppDeplymentsEnabled && id.startsWith('appDeployment:')) ||
+ (!isAppDeploymentsEnabled && id.startsWith('appDeployment:')) ||
902
(!isOTELTracingEnabled && id.startsWith('traces:'))
903
? false
904
: true;
0 commit comments