summary refs log tree commit diff
path: root/util/src/index.ts
diff options
context:
space:
mode:
authorAlTech98 <altech123159@gmail.com>2021-09-18 18:36:29 +0200
committerAlTech98 <altech123159@gmail.com>2021-09-18 18:36:29 +0200
commitada95b6c3938f9aa644aebc2bb26dbb073aa3324 (patch)
tree8bd28dfd7a6674becc41da906cea475448fa95b0 /util/src/index.ts
parentFix gateway not listening for new channels events (diff)
downloadserver-ada95b6c3938f9aa644aebc2bb26dbb073aa3324.tar.xz
Removed ChannelService, more fixes
Diffstat (limited to '')
-rw-r--r--util/src/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/src/index.ts b/util/src/index.ts

index 538bfdd1..fc00d46b 100644 --- a/util/src/index.ts +++ b/util/src/index.ts
@@ -4,7 +4,6 @@ import "reflect-metadata"; export * from "./util/index"; export * from "./interfaces/index"; export * from "./entities/index"; -export * from "./services/index"; export * from "./dtos/index"; // import Config from "../util/Config";