Fix googleApisSetRequestExtraParams (#6455)
This commit is contained in:
@ -7,10 +7,8 @@ import {
|
||||
BillingSubscription,
|
||||
SubscriptionStatus,
|
||||
} from 'src/engine/core-modules/billing/entities/billing-subscription.entity';
|
||||
import {
|
||||
FeatureFlagEntity,
|
||||
FeatureFlagKeys,
|
||||
} from 'src/engine/core-modules/feature-flag/feature-flag.entity';
|
||||
import { FeatureFlagKey } from 'src/engine/core-modules/feature-flag/enums/feature-flag-key.enum';
|
||||
import { FeatureFlagEntity } from 'src/engine/core-modules/feature-flag/feature-flag.entity';
|
||||
import { Workspace } from 'src/engine/core-modules/workspace/workspace.entity';
|
||||
import { EnvironmentService } from 'src/engine/integrations/environment/environment.service';
|
||||
|
||||
@ -55,7 +53,7 @@ export class WorkspaceStatusService {
|
||||
await this.featureFlagRepository.find({
|
||||
where: {
|
||||
workspaceId: Any(workspaceIds),
|
||||
key: FeatureFlagKeys.IsFreeAccessEnabled,
|
||||
key: FeatureFlagKey.IsFreeAccessEnabled,
|
||||
value: true,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user