Update servers.js
All checks were successful
Build and Push Docker Image / build (push) Successful in 14s
All checks were successful
Build and Push Docker Image / build (push) Successful in 14s
This commit is contained in:
parent
73d72ce21e
commit
454ba77908
@ -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 => {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user