We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9596c27 commit 86c2d8eCopy full SHA for 86c2d8e
packages/shared/sdk-client/src/LDClientImpl.ts
@@ -139,8 +139,6 @@ export default class LDClientImpl implements LDClient {
139
// extracting all flag values
140
const result = Object.entries(this._flagManager.getAll()).reduce(
141
(acc: LDFlagSet, [key, descriptor]) => {
142
- // If this is changed to use _variationInternal, than that function will need updated
143
- // to ensure it does not notify inspectors/hooks. (In addition to not sending events).
144
if (descriptor.flag !== null && descriptor.flag !== undefined && !descriptor.flag.deleted) {
145
acc[key] = descriptor.flag.value;
146
}
0 commit comments