1 files changed, 2 insertions, 1 deletions
diff --git a/src/api/util/index.ts b/src/api/util/index.ts
index 31e75325..54932705 100644
--- a/src/api/util/index.ts
+++ b/src/api/util/index.ts
@@ -7,4 +7,5 @@ export * from "./utility/ipAddress";
export * from "./utility/passwordStrength";
export * from "./utility/RandomInviteID";
export * from "./utility/String";
-export * from "./utility/captcha";
\ No newline at end of file
+export * from "./utility/captcha";
+export * from "./TestClientPatcher";
\ No newline at end of file
|