From 7d936efb2f37db42c3e57ee9a915ed4d5ab8e25f Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sat, 27 Aug 2022 05:18:48 +0200 Subject: Cleanup, reformat, fix some todos, git hook fixup! Cleanup, reformat, fix some todos, git hook --- src/gateway/Server.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gateway/Server.ts') diff --git a/src/gateway/Server.ts b/src/gateway/Server.ts index 60a82d8f..15021118 100644 --- a/src/gateway/Server.ts +++ b/src/gateway/Server.ts @@ -2,9 +2,8 @@ import { closeDatabase, Config, getOrInitialiseDatabase, initEvent } from "@foss import dotenv from "dotenv"; import http from "http"; import ws from "ws"; +import { PluginConfig } from "../util/plugin/PluginConfig"; import { Connection } from "./events/Connection"; -import http from "http"; -import { PluginConfig } from "util/plugin/PluginConfig"; dotenv.config(); export class Server { -- cgit 1.5.1