fix: missing id in select query

This commit is contained in:
Samuel
2023-03-18 04:12:16 +01:00
parent 366c4935a4
commit 52f8508b38
2 changed files with 2 additions and 1 deletions
@@ -39,6 +39,7 @@ const TemplateGuildProjection: (keyof Guild)[] = [
"system_channel_id",
"system_channel_flags",
"icon",
"id",
];
router.get("/", route({}), async (req: Request, res: Response) => {