File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/firestore/src/local Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import { PersistencePromise } from './persistence_promise';
32
32
import { PersistenceTransaction } from './persistence_transaction' ;
33
33
import { isIndexedDbTransactionError } from './simple_db' ;
34
34
35
- const LOG_TAG = 'IndexBackiller ' ;
35
+ const LOG_TAG = 'IndexBackfiller ' ;
36
36
37
37
/** How long we wait to try running index backfill after SDK initialization. */
38
38
const INITIAL_BACKFILL_DELAY_MS = 15 * 1000 ;
@@ -76,7 +76,7 @@ export class IndexBackfillerScheduler implements Scheduler {
76
76
private schedule ( delay : number ) : void {
77
77
debugAssert (
78
78
this . task === null ,
79
- 'Cannot schedule IndexBackiller while a task is pending'
79
+ 'Cannot schedule IndexBackfiller while a task is pending'
80
80
) ;
81
81
logDebug ( LOG_TAG , `Scheduled in ${ delay } ms` ) ;
82
82
this . task = this . asyncQueue . enqueueAfterDelay (
You can’t perform that action at this time.
0 commit comments