From dcc3ae6a14fad39bfc493fdb3e2fa285151e3bde Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Mon, 13 Sep 2021 17:51:16 +0200 Subject: :art: remove unused imports --- api/src/routes/auth/register.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'api/src/routes/auth') diff --git a/api/src/routes/auth/register.ts b/api/src/routes/auth/register.ts index e70e01ed..33f089b2 100644 --- a/api/src/routes/auth/register.ts +++ b/api/src/routes/auth/register.ts @@ -6,7 +6,6 @@ import "missing-native-js-functions"; import { generateToken } from "./login"; import { getIpAdress, IPAnalysis, isProxy } from "@fosscord/api"; import { HTTPError } from "lambert-server"; -import { In } from "typeorm"; const router: Router = Router(); -- cgit 1.5.1