diff options
Diffstat (limited to 'app')
| -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(); |
