summary refs log tree commit diff
path: root/api/src/index.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-29 00:03:40 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-29 00:03:40 +0200
commite99008a1a5fe6eb64821235bb56d34d620e08fe7 (patch)
tree8e3320d9a2f1cbe58d980458fc94f7b826a1c78e /api/src/index.ts
parent:construction: typeorm (diff)
downloadserver-e99008a1a5fe6eb64821235bb56d34d620e08fe7.tar.xz
:sparkles: typeorm api rewrite done
Diffstat (limited to 'api/src/index.ts')
-rw-r--r--api/src/index.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/api/src/index.ts b/api/src/index.ts

index 73b9dbd2..0bba7f5e 100644 --- a/api/src/index.ts +++ b/api/src/index.ts
@@ -8,8 +8,6 @@ export * from "./schema/Message"; export * from "./util/Constants"; export * from "./util/instanceOf"; export * from "./util/instanceOf"; -export * from "./util/Member"; export * from "./util/RandomInviteID"; export * from "./util/String"; -export * from "./util/User"; export { check as checkPassword } from "./util/passwordStrength";