summary refs log tree commit diff
path: root/src/webrtc/Server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/webrtc/Server.ts')
-rw-r--r--src/webrtc/Server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webrtc/Server.ts b/src/webrtc/Server.ts

index 8b86236e..0ba2e41b 100644 --- a/src/webrtc/Server.ts +++ b/src/webrtc/Server.ts
@@ -16,7 +16,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. */ -import { closeDatabase, Config, initDatabase, initEvent } from "@fosscord/util"; +import { closeDatabase, Config, initDatabase, initEvent } from "@spacebar/util"; import dotenv from "dotenv"; import http from "http"; import ws from "ws";