Run prettier
This commit is contained in:
parent
c53752a460
commit
e2cf9fd23e
@ -52,7 +52,7 @@ router.get(
|
|||||||
}),
|
}),
|
||||||
async (req: Request, res: Response) => {
|
async (req: Request, res: Response) => {
|
||||||
const { guild_id } = req.params;
|
const { guild_id } = req.params;
|
||||||
|
|
||||||
const guild = await Guild.findOneOrFail({
|
const guild = await Guild.findOneOrFail({
|
||||||
where: { id: guild_id },
|
where: { id: guild_id },
|
||||||
select: {
|
select: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user