Browse Source

small bugfix and cleanup

tsMigration
Nareshkumar Rao 3 years ago
parent
commit
c3b115386c
  1. 2
      src/routes/LoginRoute.ts
  2. 2
      src/strings.ts

2
src/routes/LoginRoute.ts

@ -93,5 +93,3 @@ function authUser(
}
});
}
exports.LoginRoute = LoginRoute;

2
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;

Loading…
Cancel
Save