Skip to content

Commit 094c8eb

Browse files
Update indexeddb_index_manager.ts
1 parent dacfdcd commit 094c8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/local/indexeddb_index_manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ export class IndexedDbIndexManager implements IndexManager {
372372
)
373373
: this.generateEmptyBound(indexId + 1);
374374

375-
let notInBound = notInValues.map(notIn =>
375+
const notInBound = notInValues.map(notIn =>
376376
this.generateLowerBound(
377377
indexId,
378378
arrayValue,

0 commit comments

Comments
 (0)