summary refs log tree commit diff
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
parentPrettier u13 (diff)
downloadserver-ts-f120f8b5a889011c0f5c7b013b23c94f2bfb0617.tar.xz
Prettier u14
-rw-r--r--.gitignore1
-rw-r--r--src/api/routes/channels/#channel_id/attachments.ts2
-rw-r--r--src/api/routes/guilds/#guild_id/webhooks.ts2
3 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore

index c1a78e41..ea06d899 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 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;