mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-18 02:35:24 +00:00
fix: missing id in select query
This commit is contained in:
@@ -39,6 +39,7 @@ const TemplateGuildProjection: (keyof Guild)[] = [
|
||||
"system_channel_id",
|
||||
"system_channel_flags",
|
||||
"icon",
|
||||
"id",
|
||||
];
|
||||
|
||||
router.get("/", route({}), async (req: Request, res: Response) => {
|
||||
|
||||
Reference in New Issue
Block a user