From 33158d02de721fb617df0f13c95e66ce890a2362 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Mon, 8 Aug 2022 22:51:01 +0200 Subject: Remove todo line that has been implemented. --- api/src/routes/discoverable-guilds.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'api/src/routes/discoverable-guilds.ts') diff --git a/api/src/routes/discoverable-guilds.ts b/api/src/routes/discoverable-guilds.ts index 2d1e60b6..35ecf28c 100644 --- a/api/src/routes/discoverable-guilds.ts +++ b/api/src/routes/discoverable-guilds.ts @@ -11,7 +11,6 @@ router.get("/", route({}), async (req: Request, res: Response) => { let showAllGuilds = Config.get().guild.discovery.showAllGuilds; let configLimit = Config.get().guild.discovery.limit; // ! this only works using SQL querys - // TODO: implement this with default typeorm query // const guilds = await Guild.find({ where: { features: "DISCOVERABLE" } }); //, take: Math.abs(Number(limit)) }); let guilds; if (categories == undefined) { -- cgit 1.4.1