We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5996dac commit 14e0298Copy full SHA for 14e0298
src/featureToggles.js
@@ -960,7 +960,7 @@ class FeatureToggles {
960
let remoteStateScopedValues;
961
// NOTE: for NO_REDIS mode, we show local updates
962
if ((await redis.getIntegrationMode()) === REDIS_INTEGRATION_MODE.NO_REDIS) {
963
- remoteStateScopedValues = this.__stateScopedValues ?? {};
+ remoteStateScopedValues = this.__stateScopedValues;
964
} else {
965
remoteStateScopedValues = await redis.hashGetAllObjects(this.__redisKey);
966
}
0 commit comments