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 110f88a commit 2353677Copy full SHA for 2353677
packages/firestore/test/unit/local/test_mutation_queue.ts
@@ -127,7 +127,7 @@ export class TestMutationQueue {
127
): Promise<MutationBatch[]> {
128
return this.persistence.runTransaction(
129
'getAllMutationBatchesThroughBatchId',
130
- true,
+ true,
131
txn => {
132
return this.queue.getAllMutationBatchesThroughBatchId(txn, batchId);
133
}
0 commit comments