feat: remove temporary loop padding guild list
This commit is contained in:
parent
3c868931e8
commit
d3aeccf3f9
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue