From 3165537ce878721d15adf42d10bdecd13b4597a1 Mon Sep 17 00:00:00 2001 From: Samueras Date: Sun, 4 May 2025 12:12:50 +0200 Subject: [PATCH] Update script.js Added trailing comma --- public/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/script.js b/public/script.js index c1b65e24e..9f948bb32 100644 --- a/public/script.js +++ b/public/script.js @@ -293,7 +293,7 @@ export { isOdd, countOccurrences, renderTemplate, - swipe_right + swipe_right, }; /**