Skip to content

Commit

Permalink
revert change to default config service
Browse files Browse the repository at this point in the history
  • Loading branch information
jaasen-livefront committed Oct 14, 2024
1 parent 1721255 commit 14dade1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ export class DefaultConfigService implements ConfigService {
return DefaultFeatureFlagValue[flag];
}

serverConfig.featureStates[FeatureFlag.AccessIntelligence] = true;

return serverConfig.featureStates[flag] as FeatureFlagValueType<Flag>;
}

Expand Down

0 comments on commit 14dade1

Please sign in to comment.