Prettier u14
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;
|