summary refs log tree commit diff
path: root/src/api
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-17 09:42:42 +0100
committerRory& <root@rory.gay>2025-12-17 09:42:42 +0100
commitf120f8b5a889011c0f5c7b013b23c94f2bfb0617 (patch)
tree33268cbc9d2366d5948ba6436c764ad625e55d8f /src/api
parentPrettier u13 (diff)
downloadserver-ts-f120f8b5a889011c0f5c7b013b23c94f2bfb0617.tar.xz
Prettier u14
Diffstat (limited to 'src/api')
-rw-r--r--src/api/routes/channels/#channel_id/attachments.ts2
-rw-r--r--src/api/routes/guilds/#guild_id/webhooks.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/api/routes/channels/#channel_id/attachments.ts b/src/api/routes/channels/#channel_id/attachments.ts

index 9f865c6a..039bfa21 100644 --- a/src/api/routes/channels/#channel_id/attachments.ts +++ b/src/api/routes/channels/#channel_id/attachments.ts
@@ -130,4 +130,4 @@ router.delete("/:cloud_attachment_url", async (req: Request, res: Response) => { return res.status(response.status).send(response.body); }); -export default router; \ No newline at end of file +export default router; diff --git a/src/api/routes/guilds/#guild_id/webhooks.ts b/src/api/routes/guilds/#guild_id/webhooks.ts
index 5a4a3732..49f34b6b 100644 --- a/src/api/routes/guilds/#guild_id/webhooks.ts +++ b/src/api/routes/guilds/#guild_id/webhooks.ts
@@ -49,4 +49,4 @@ router.get( }, ); -export default router; \ No newline at end of file +export default router;