Skip to content

Commit dd6b1e9

Browse files
committed
fix lint
1 parent 6040e96 commit dd6b1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/eppo-precomputed-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { decodePrecomputedFlag } from '../decoding';
1717
import { FlagEvaluationWithoutDetails } from '../evaluator';
1818
import FetchHttpClient from '../http-client';
1919
import { DecodedPrecomputedFlag, PrecomputedFlag, VariationType } from '../interfaces';
20-
import { decodeBase64, getMD5Hash } from '../obfuscation';
20+
import { getMD5Hash } from '../obfuscation';
2121
import initPoller, { IPoller } from '../poller';
2222
import PrecomputedRequestor from '../precomputed-requestor';
2323
import { Attributes, ContextAttributes } from '../types';

0 commit comments

Comments
 (0)