mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-01 04:55:42 +00:00
Removed unused import
tab autocomplete really loves doing this to me
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user