From f5c1663447e0b1c564367f14d0b8c3b2cb39d65e Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 23 Sep 2024 13:10:42 +0200 Subject: Fix timer type --- app/components/Geshem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Geshem.tsx b/app/components/Geshem.tsx index 05ad308..9f6e5f4 100644 --- a/app/components/Geshem.tsx +++ b/app/components/Geshem.tsx @@ -38,7 +38,7 @@ export function Geshem() { setImages(paths); }; - let timer: any; + let timer: NodeJS.Timeout; if (fragment) buildPlayback(); else { fetchImages(); -- cgit v1.3.1