feat: remove temporary loop padding guild list

This commit is contained in:
SauceyRed 2025-07-13 00:20:49 +02:00
parent 3c868931e8
commit d3aeccf3f9
Signed by: sauceyred
GPG key ID: 270B096EF6E9A462

View file

@ -33,9 +33,6 @@ import type { GuildResponse } from '~/types/interfaces';
const loading = useState("loading", () => false);
const guilds: GuildResponse[] | undefined = await fetchWithApi("/me/guilds");
for (let i = 0; i < 20; i++) {
guilds?.push(guilds[0]);
}
//const servers = await fetchWithApi("/servers") as { uuid: string, name: string, description: string }[];
//console.log("servers:", servers);