We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8460bc commit bb97c27Copy full SHA for bb97c27
packages/firestore/src/local/indexeddb_persistence.ts
@@ -193,7 +193,7 @@ export class IndexedDbPersistence implements Persistence {
193
194
runTransaction<T>(
195
action: string,
196
- operation: (transaction: IndexedDbTransaction) => PersistencePromise<T>
+ operation: (transaction: PersistenceTransaction) => PersistencePromise<T>
197
): Promise<T> {
198
if (this.persistenceError) {
199
return Promise.reject(this.persistenceError);
0 commit comments