Skip to content

Commit

Permalink
fix: 🔥 remove NodeJS namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
diecodev committed Jan 29, 2024
1 parent 16c948f commit 3a44700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/toast-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const Toast = component$((props: ToastProps) => {
return;
}

let timeoutId: number | NodeJS.Timeout;
let timeoutId: number;
// Pause the timer on each hover
const pauseTimer = () => {
if (lastCloseTimerStartTimeRef.value < closeTimerStartTimeRef.value) {
Expand Down

0 comments on commit 3a44700

Please sign in to comment.