Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
myandrienko committed Nov 6, 2024
1 parent 67148d9 commit 790c605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/timers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class TimerWorker {
}

if (this.fallback) {
this.clearInterval(id);
(type === 'clearTimeout' ? clearTimeout : clearInterval)(id);
return;
}

Expand Down

0 comments on commit 790c605

Please sign in to comment.