diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-09-18 00:19:09 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-09-18 00:19:09 +0200 |
commit | 6ef6a8a68dabd5863ce62a2944fb5c957d50f0df (patch) | |
tree | 0374971f959eed92fdb11af7d7a9afda4b8f4f00 /src/util/entities/index.ts | |
parent | Cryptographically secure invites, add generation of tokens (diff) | |
download | server-6ef6a8a68dabd5863ce62a2944fb5c957d50f0df.tar.xz |
check token validity + delete invalid, prettier
Diffstat (limited to 'src/util/entities/index.ts')
-rw-r--r-- | src/util/entities/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/entities/index.ts b/src/util/entities/index.ts index 673aac36..5342d951 100644 --- a/src/util/entities/index.ts +++ b/src/util/entities/index.ts @@ -29,6 +29,6 @@ export * from "./TeamMember"; export * from "./Template"; export * from "./User"; export * from "./UserSettings"; +export * from "./ValidRegistrationTokens"; export * from "./VoiceState"; export * from "./Webhook"; -export * from "./ValidRegistrationTokens"; \ No newline at end of file |