Skip to content

Commit 4fb0342

Browse files
Lint
1 parent 96f43b5 commit 4fb0342

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/firestore/src/local/simple_db.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export class SimpleDbTransaction {
124124
maybeCommit(): void {
125125
// If the browser supports V3 IndexedDB, we invoke commit() explicitly to
126126
// speed up index DB processing if the event loop remains blocks.
127+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
127128
const maybeV3IndexedDb = this.transaction as any;
128129
if (typeof maybeV3IndexedDb.commit === 'function') {
129130
maybeV3IndexedDb.commit();

0 commit comments

Comments
 (0)