typescript please

This commit is contained in:
AAGaming
2024-06-14 19:32:10 -04:00
parent 6bd3951d31
commit 84577c8708
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ const DeckyToaster: FC<DeckyToasterProps> = () => {
}
useEffect(() => {
// not actually node but TS is shit
let interval: NodeJS.Timeout | number | null;
let interval: number | null;
if (renderedToast) {
interval = setTimeout(
() => {