Skip to content

Commit deb3344

Browse files
Lint
1 parent 830c3a8 commit deb3344

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
@@ -478,7 +478,7 @@ export class IndexedDbIndexManager implements IndexManager {
478478
if (!index) {
479479
indexType = IndexType.NONE;
480480
} else if (
481-
indexType != IndexType.NONE &&
481+
indexType !== IndexType.NONE &&
482482
index.fields.length < targetGetSegmentCount(target)
483483
) {
484484
indexType = IndexType.PARTIAL;

0 commit comments

Comments
 (0)