Skip to content

Commit 110f88a

Browse files
Merge
2 parents 5849f57 + bb97c27 commit 110f88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/local/indexeddb_persistence.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ export class IndexedDbPersistence implements Persistence {
487487
action: string,
488488
requirePrimaryLease: boolean,
489489
transactionOperation: (
490-
transaction: IndexedDbTransaction
490+
transaction: PersistenceTransaction
491491
) => PersistencePromise<T>
492492
): Promise<T> {
493493
// TODO(multitab): Consider removing `requirePrimaryLease` and exposing

0 commit comments

Comments
 (0)