diff options
| author | Yuval Adam <_@yuv.al> | 2024-09-23 13:10:42 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-09-23 13:10:42 +0200 |
| commit | f5c1663447e0b1c564367f14d0b8c3b2cb39d65e (patch) | |
| tree | d2232383ea6d6e99ea70c2d27b3cd599ed9fe1f1 /app/components | |
| parent | d02114a79dd20114d1c06979cfceb649ac1b972e (diff) | |
Fix timer type
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/Geshem.tsx | 2 |
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(); |
