Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianBuzzo committed Oct 31, 2024
1 parent 1eaba09 commit 57811c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,10 @@ export const createClient = (
} else {
// @ts-ignore
globalThis.txIdSet.add(txId);
process.nextTick(() => {
// @ts-ignore
globalThis.txIdSet.delete(txId);
});
}
if (txInitiatedInTick) {
// @ts-ignore
Expand Down

0 comments on commit 57811c0

Please sign in to comment.