summary refs log tree commit diff
path: root/src/gateway/Server.ts
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-27 05:18:48 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-09-04 10:48:54 +0200
commit7d936efb2f37db42c3e57ee9a915ed4d5ab8e25f (patch)
tree69d68d640c4ac2946b118591f02de9d3c24fb29b /src/gateway/Server.ts
parentAdd sqlite migration for plugin settings (diff)
downloadserver-7d936efb2f37db42c3e57ee9a915ed4d5ab8e25f.tar.xz
Cleanup, reformat, fix some todos, git hook
fixup! Cleanup, reformat, fix some todos, git hook
Diffstat (limited to '')
-rw-r--r--src/gateway/Server.ts3
1 files changed, 1 insertions, 2 deletions
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 {