From 454ba779080116d5ae446f6d59444df3882e9204 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Wed, 18 Sep 2024 22:31:35 +0100 Subject: [PATCH] Update servers.js --- apps/static/js/home/servers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/static/js/home/servers.js b/apps/static/js/home/servers.js index 909359a..1b9e408 100644 --- a/apps/static/js/home/servers.js +++ b/apps/static/js/home/servers.js @@ -116,7 +116,7 @@ async function loadServerOptions() { // Load any existing 'saved guilds' from the database async function loadSavedGuilds() { try { - const response = await getSavedGuilds(); + const response = await getSavedGuilds(currentUserId); response.forEach(server => {