File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ import { debugAssert } from '../util/assert';
24
24
import { AsyncQueue , DelayedOperation , TimerId } from '../util/async_queue' ;
25
25
import { logDebug } from '../util/log' ;
26
26
27
+ import { INDEXING_ENABLED } from './indexeddb_schema' ;
27
28
import { ignoreIfPrimaryLeaseLoss , LocalStore } from './local_store' ;
28
29
import { LocalWriteResult } from './local_store_impl' ;
29
30
import { Persistence , Scheduler } from './persistence' ;
30
31
import { PersistencePromise } from './persistence_promise' ;
31
32
import { PersistenceTransaction } from './persistence_transaction' ;
32
33
import { isIndexedDbTransactionError } from './simple_db' ;
33
- import { INDEXING_ENABLED } from './indexeddb_schema' ;
34
34
35
35
const LOG_TAG = 'IndexBackiller' ;
36
36
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ import { User } from '../../../src/auth/user';
21
21
import { Query , queryToTarget } from '../../../src/core/query' ;
22
22
import { IndexBackfiller } from '../../../src/local/index_backfiller' ;
23
23
import { IndexedDbPersistence } from '../../../src/local/indexeddb_persistence' ;
24
+ import { INDEXING_ENABLED } from '../../../src/local/indexeddb_schema' ;
24
25
import { LocalStore } from '../../../src/local/local_store' ;
25
26
import { newLocalStore } from '../../../src/local/local_store_impl' ;
26
27
import { Persistence } from '../../../src/local/persistence' ;
@@ -46,7 +47,6 @@ import { JSON_SERIALIZER } from './persistence_test_helpers';
46
47
import * as PersistenceTestHelpers from './persistence_test_helpers' ;
47
48
import { TestDocumentOverlayCache } from './test_document_overlay_cache' ;
48
49
import { TestIndexManager } from './test_index_manager' ;
49
- import { INDEXING_ENABLED } from '../../../src/local/indexeddb_schema' ;
50
50
51
51
describe ( 'IndexedDb IndexBackfiller' , ( ) => {
52
52
if ( ! INDEXING_ENABLED ) {
You can’t perform that action at this time.
0 commit comments