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 6040e96 commit dd6b1e9Copy full SHA for dd6b1e9
src/client/eppo-precomputed-client.ts
@@ -17,7 +17,7 @@ import { decodePrecomputedFlag } from '../decoding';
17
import { FlagEvaluationWithoutDetails } from '../evaluator';
18
import FetchHttpClient from '../http-client';
19
import { DecodedPrecomputedFlag, PrecomputedFlag, VariationType } from '../interfaces';
20
-import { decodeBase64, getMD5Hash } from '../obfuscation';
+import { getMD5Hash } from '../obfuscation';
21
import initPoller, { IPoller } from '../poller';
22
import PrecomputedRequestor from '../precomputed-requestor';
23
import { Attributes, ContextAttributes } from '../types';
0 commit comments