From 5b262db9d2b307899a469addb02638a555ed135a Mon Sep 17 00:00:00 2001 From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com> Date: Sat, 21 Dec 2024 14:39:39 -0600 Subject: [PATCH] Update public.php: Add ; --- html/public.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/public.php b/html/public.php index 0e54cc9ce..8a6673258 100644 --- a/html/public.php +++ b/html/public.php @@ -46,7 +46,7 @@ function getImage() { // Use tail recursion to trigger the next invocation after `$delay` milliseconds setTimeout(function () { getImage(); }, ); }); - } + }; getImage();