diff options
author | Puyodead1 <puyodead@proton.me> | 2023-05-07 00:06:56 -0400 |
---|---|---|
committer | Puyodead1 <puyodead@proton.me> | 2023-05-07 00:06:56 -0400 |
commit | f256209ff27ed5d5301e9266fdf7c1692a5f0511 (patch) | |
tree | 2ddece57a37f66ab735f00b6362c7abaee4c26a2 /src/util | |
parent | create util for app bot user creation (diff) | |
download | server-f256209ff27ed5d5301e9266fdf7c1692a5f0511.tar.xz |
fix build failure
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/util/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/util/index.ts b/src/util/util/index.ts index 6076f70a..10e09b5c 100644 --- a/src/util/util/index.ts +++ b/src/util/util/index.ts @@ -18,7 +18,6 @@ export * from "./ApiError"; export * from "./Array"; -export * from "./Application"; export * from "./BitField"; //export * from "./Categories"; export * from "./cdn"; @@ -43,3 +42,4 @@ export * from "./Token"; export * from "./TraverseDirectory"; export * from "./WebAuthn"; export * from "./Gifs"; +export * from "./Application"; |