summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-09-23 13:10:42 +0200
committerYuval Adam <_@yuv.al>2024-09-23 13:10:42 +0200
commitf5c1663447e0b1c564367f14d0b8c3b2cb39d65e (patch)
treed2232383ea6d6e99ea70c2d27b3cd599ed9fe1f1
parentd02114a79dd20114d1c06979cfceb649ac1b972e (diff)
Fix timer type
-rw-r--r--app/components/Geshem.tsx2
1 files changed, 1 insertions, 1 deletions
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();