@eppo/js-client-sdk-common
Advanced tools
Comparing version 4.8.0 to 4.8.1
@@ -89,4 +89,3 @@ "use strict"; | ||
const pollingCallback = async () => { | ||
if (!this.flagConfigurationStore.isInitialized() || | ||
(await this.flagConfigurationStore.isExpired())) { | ||
if (await this.flagConfigurationStore.isExpired()) { | ||
return configurationRequestor.fetchAndStoreConfigurations(); | ||
@@ -93,0 +92,0 @@ } |
{ | ||
"name": "@eppo/js-client-sdk-common", | ||
"version": "4.8.0", | ||
"version": "4.8.1", | ||
"description": "Common library for Eppo JavaScript SDKs (web, react native, and node)", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -221,6 +221,3 @@ import { v4 as randomUUID } from 'uuid'; | ||
const pollingCallback = async () => { | ||
if ( | ||
!this.flagConfigurationStore.isInitialized() || | ||
(await this.flagConfigurationStore.isExpired()) | ||
) { | ||
if (await this.flagConfigurationStore.isExpired()) { | ||
return configurationRequestor.fetchAndStoreConfigurations(); | ||
@@ -227,0 +224,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1158617
10311