Skip to content

Commit 4835585

Browse files
committed
yarn lint:fix
1 parent dac9991 commit 4835585

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/firestore/src/core/firestore_client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import {
2323
CredentialsProvider
2424
} from '../api/credentials';
2525
import { User } from '../auth/user';
26-
import { IndexType } from '../local/index_manager';
2726
import { LocalStore } from '../local/local_store';
2827
import {
2928
localStoreConfigureFieldIndexes,

packages/firestore/src/local/local_store_impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ import { BATCHID_UNKNOWN } from '../util/types';
7070

7171
import { BundleCache } from './bundle_cache';
7272
import { DocumentOverlayCache } from './document_overlay_cache';
73-
import { IndexManager, IndexType } from './index_manager';
73+
import { IndexManager } from './index_manager';
7474
import { IndexedDbMutationQueue } from './indexeddb_mutation_queue';
7575
import { IndexedDbPersistence } from './indexeddb_persistence';
7676
import { IndexedDbTargetCache } from './indexeddb_target_cache';

0 commit comments

Comments
 (0)