Update servers.js
All checks were successful
Build and Push Docker Image / build (push) Successful in 14s

This commit is contained in:
Corban-Lee Jones 2024-09-18 22:31:35 +01:00
parent 73d72ce21e
commit 454ba77908

View File

@ -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 => {