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 c462cc5 commit 138cc45Copy full SHA for 138cc45
packages/database/src/core/Repo.ts
@@ -1252,7 +1252,7 @@ function repoRerunTransactionQueue(
1252
1253
if (queue[i].onComplete) {
1254
if (abortReason === 'nodata') {
1255
- const ref = new Reference(this, queue[i].path);
+ const ref = new Reference(repo, queue[i].path);
1256
// We set this field immediately, so it's safe to cast to an actual snapshot
1257
const lastInput /** @type {!Node} */ = queue[i].currentInputSnapshot;
1258
const snapshot = new DataSnapshot(lastInput, ref, PRIORITY_INDEX);
0 commit comments