summary refs log tree commit diff
path: root/api/src
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 13:20:32 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 13:20:32 +0200
commit4f5a725404b938aa3ded1105f922eda9dcc225a6 (patch)
tree5dd879bc266a4419c293b65dc825ecd0082d8cb6 /api/src
parent:bug: fix tsc missing (diff)
downloadserver-4f5a725404b938aa3ded1105f922eda9dcc225a6.tar.xz
update release
Diffstat (limited to 'api/src')
-rw-r--r--api/src/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/src/index.ts b/api/src/index.ts

index 6037e31f..73b9dbd2 100644 --- a/api/src/index.ts +++ b/api/src/index.ts
@@ -5,7 +5,6 @@ export * from "./schema/Channel"; export * from "./schema/Guild"; export * from "./schema/Invite"; export * from "./schema/Message"; -export * from "./util/Config"; export * from "./util/Constants"; export * from "./util/instanceOf"; export * from "./util/instanceOf";