From c3b115386c5c3390bd94004f48a16e4f8b5bf65d Mon Sep 17 00:00:00 2001 From: Nareshkumar Rao <629990+naresh97@users.noreply.github.com> Date: Tue, 3 Aug 2021 03:33:23 +0200 Subject: [PATCH] small bugfix and cleanup --- src/routes/LoginRoute.ts | 2 -- src/strings.ts | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/routes/LoginRoute.ts b/src/routes/LoginRoute.ts index b28dc37..f0329db 100644 --- a/src/routes/LoginRoute.ts +++ b/src/routes/LoginRoute.ts @@ -93,5 +93,3 @@ function authUser( } }); } - -exports.LoginRoute = LoginRoute; diff --git a/src/strings.ts b/src/strings.ts index 9509dc8..6c608b7 100644 --- a/src/strings.ts +++ b/src/strings.ts @@ -15,5 +15,3 @@ local COVID19 guidelines.", be notified if they report being tested positive with COVID19. If \ you are tested positive, please tell me /COVIDPOSITIVE", }; - -exports.strings_en = strings_en;