diff options
author | Puyodead1 <puyodead@proton.me> | 2023-03-18 19:50:38 -0400 |
---|---|---|
committer | Puyodead1 <puyodead@proton.me> | 2023-03-18 19:50:38 -0400 |
commit | 5a7765c7dc6e0ee5c873625ef76b0ee9c4e12300 (patch) | |
tree | 576300cd87a4a84acf5580f412e49095eda071fb /src/util/index.ts | |
parent | fix a few linting errors (diff) | |
download | server-5a7765c7dc6e0ee5c873625ef76b0ee9c4e12300.tar.xz |
prettier
Diffstat (limited to 'src/util/index.ts')
-rw-r--r-- | src/util/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/index.ts b/src/util/index.ts index 9c0f7881..ef2671a5 100644 --- a/src/util/index.ts +++ b/src/util/index.ts @@ -25,4 +25,4 @@ export * from "./dtos/index"; export * from "./schemas"; export * from "./imports"; export * from "./config"; -export * from "./connections" +export * from "./connections"; |