summary refs log tree commit diff
path: root/src/gateway
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-09-08 21:12:19 +0200
committerRory& <root@rory.gay>2025-09-08 21:12:19 +0200
commitb05f47437b431d8f3ec62360716a48ae5b16a541 (patch)
tree6de09c2c68d2e14e36729fe3475cbf7bd591fe53 /src/gateway
parentAdd missing migration for plugins (diff)
downloadserver-ts-rebased/dev/rory/legacy/plugins.tar.xz
Diffstat (limited to 'src/gateway')
-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 3c734cd07..55477601e 100644 --- a/src/gateway/Server.ts +++ b/src/gateway/Server.ts
@@ -23,14 +23,13 @@ import { closeDatabase, Config, initDatabase, - initEvent, + initEvent, PluginConfig, Sentry, } from "@spacebar/util"; import ws from "ws"; import { Connection } from "./events/Connection"; import http from "http"; import { cleanupOnStartup } from "./util"; -import { PluginConfig } from "util/plugin/PluginConfig"; export class Server { public ws: ws.Server;