1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-05 10:22:31 +01:00

Run prettier

This commit is contained in:
TomatoCake 2024-08-22 05:33:25 +02:00
parent c53752a460
commit e2cf9fd23e

View File

@ -52,7 +52,7 @@ router.get(
}),
async (req: Request, res: Response) => {
const { guild_id } = req.params;
const guild = await Guild.findOneOrFail({
where: { id: guild_id },
select: {