summary refs log tree commit diff
path: root/api/src/routes
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-09 14:58:50 +1000
committerGitHub <noreply@github.com>2022-07-09 14:58:50 +1000
commitf3274419a1996c53cea2fbe606fda5d4d3a7def2 (patch)
treeb7225df655d7da2833bb651dbc7697ccc286bfa7 /api/src/routes
parentMerge branch 'master' into feat/multiUploads (diff)
downloadserver-f3274419a1996c53cea2fbe606fda5d4d3a7def2.tar.xz
Removed unused import
tab autocomplete really loves doing this to me
Diffstat (limited to 'api/src/routes')
-rw-r--r--api/src/routes/channels/#channel_id/messages/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/routes/channels/#channel_id/messages/index.ts b/api/src/routes/channels/#channel_id/messages/index.ts
index fc2e4575..54e6edcc 100644
--- a/api/src/routes/channels/#channel_id/messages/index.ts
+++ b/api/src/routes/channels/#channel_id/messages/index.ts
@@ -17,7 +17,7 @@ import {
 } from "@fosscord/util";
 import { HTTPError } from "lambert-server";
 import { handleMessage, postHandleMessage, route } from "@fosscord/api";
-import multer, { Multer } from "multer";
+import multer from "multer";
 import { FindManyOptions, LessThan, MoreThan } from "typeorm";
 import { URL } from "url";