diff options
author | AlTech98 <altech123159@gmail.com> | 2021-09-18 18:36:29 +0200 |
---|---|---|
committer | AlTech98 <altech123159@gmail.com> | 2021-09-18 18:36:29 +0200 |
commit | ceb770fb5b6648c18d66d6997c8916ed60b8c192 (patch) | |
tree | 1995cbe4ec0dfe53860d8520b1de39ed4e02e0d6 /util/src/index.ts | |
parent | Fix gateway not listening for new channels events (diff) | |
download | server-ceb770fb5b6648c18d66d6997c8916ed60b8c192.tar.xz |
Removed ChannelService, more fixes
Diffstat (limited to 'util/src/index.ts')
-rw-r--r-- | util/src/index.ts | 1 |
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"; |