diff --git a/src/lib/features/frontend-api/global-frontend-api-cache.ts b/src/lib/features/frontend-api/global-frontend-api-cache.ts index e930e4201f..0199878c71 100644 --- a/src/lib/features/frontend-api/global-frontend-api-cache.ts +++ b/src/lib/features/frontend-api/global-frontend-api-cache.ts @@ -138,9 +138,7 @@ export class GlobalFrontendApiCache extends EventEmitter { } private async onUpdateRevisionEvent() { - if (this.config.flagResolver.isEnabled('globalFrontendApiCache')) { - await this.refreshData(); - } + await this.refreshData(); } private environmentNameForToken(token: IApiUser): string {