1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +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() {
if (this.config.flagResolver.isEnabled('globalFrontendApiCache')) {
await this.refreshData();
}
await this.refreshData();
}
private environmentNameForToken(token: IApiUser): string {