summary refs log tree commit diff
path: root/src/api/util/index.ts
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-09-18 00:19:09 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-09-18 00:19:09 +0200
commit6ef6a8a68dabd5863ce62a2944fb5c957d50f0df (patch)
tree0374971f959eed92fdb11af7d7a9afda4b8f4f00 /src/api/util/index.ts
parentCryptographically secure invites, add generation of tokens (diff)
downloadserver-6ef6a8a68dabd5863ce62a2944fb5c957d50f0df.tar.xz
check token validity + delete invalid, prettier
Diffstat (limited to 'src/api/util/index.ts')
-rw-r--r--src/api/util/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/util/index.ts b/src/api/util/index.ts

index 7223d6f4..46cbd5ba 100644 --- a/src/api/util/index.ts +++ b/src/api/util/index.ts
@@ -1,4 +1,4 @@ export * from "./entities/AssetCacheItem"; export * from "./handlers/Message"; export * from "./handlers/route"; -export * from "./handlers/Voice"; \ No newline at end of file +export * from "./handlers/Voice";