Skip to content

Commit 976b416

Browse files
Update packages/database/src/core/Repo.ts
Co-authored-by: Feiyang <[email protected]>
1 parent 138cc45 commit 976b416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/database/src/core/Repo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ function repoRerunTransactionQueue(
12751275
}
12761276

12771277
// Try to send the transaction result to the server.
1278-
repoSendReadyTransactions(repo, this.transactionQueueTree_);
1278+
repoSendReadyTransactions(repo, repo.transactionQueueTree_);
12791279
}
12801280

12811281
/**

0 commit comments

Comments
 (0)