1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00

feat: enable frontend cache for everyone (#6546)

This commit is contained in:
Jaanus Sellin 2024-03-14 10:55:49 +02:00 committed by GitHub
parent a5ad4267ab
commit 8c87e27b8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,9 +138,7 @@ export class GlobalFrontendApiCache extends EventEmitter {
} }
private async onUpdateRevisionEvent() { private async onUpdateRevisionEvent() {
if (this.config.flagResolver.isEnabled('globalFrontendApiCache')) { await this.refreshData();
await this.refreshData();
}
} }
private environmentNameForToken(token: IApiUser): string { private environmentNameForToken(token: IApiUser): string {