Skip to content

Commit

Permalink
Lint clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
yfrancis committed Dec 21, 2024
1 parent 418cc56 commit bd737b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,6 @@ describe('enableOverrides', () => {
assignmentLogger: td.object<IAssignmentLogger>(),
});

// Test that overrides are not applied
window.localStorage.setItem(
'eppo-overrides',
JSON.stringify({
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {
BoundedEventQueue,
validation,
Event,
HybridConfigurationStore,
} from '@eppo/js-client-sdk-common';

import { assignmentCacheFactory } from './cache/assignment-cache-factory';
Expand Down

0 comments on commit bd737b6

Please sign in to comment.