From be6c3439caf5b8e8f18669d0ab47a782c14c5782 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Sat, 14 Sep 2024 23:57:25 -0400 Subject: [PATCH] made function name clearer to it's intended purpose --- frontend/src/App.svelte | 4 ++-- frontend/src/helperComponents/WatchList.svelte | 4 ++-- .../helperModules/GlobalVariablesAndHelperFunctions.svelte | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index bfb4e80..784a970 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -1,7 +1,7 @@