From f120f8b5a889011c0f5c7b013b23c94f2bfb0617 Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 17 Dec 2025 09:42:42 +0100 Subject: [PATCH] Prettier u14 --- .gitignore | 1 + src/api/routes/channels/#channel_id/attachments.ts | 2 +- src/api/routes/guilds/#guild_id/webhooks.ts | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c1a78e412..ea06d8997 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,5 @@ schemas_orig/ schemas_nested/ schemas_final/ +temp/ !/extra/admin-api/Utilities/Spacebar.AdminApi.TestClient/wwwroot/lib/bootstrap/dist/ \ No newline at end of file diff --git a/src/api/routes/channels/#channel_id/attachments.ts b/src/api/routes/channels/#channel_id/attachments.ts index 9f865c6a7..039bfa21d 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 5a4a37326..49f34b6bd 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;