Skip to content

Commit

Permalink
chore: suppress unrelated ts build error
Browse files Browse the repository at this point in the history
Signed-off-by: Akiff Manji <akiff.manji@quartech.com>
  • Loading branch information
amanji committed Oct 16, 2024
1 parent 61a89e1 commit bea4259
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/tenant-ui/src/routes/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ router.use(express.json());
// For the secured innkeepr OIDC login request to verify the token and get a token from Traction
router.get(
"/innkeeperLogin",
// @ts-ignore
secure(jwksService),
async (req: any, res: Response, next: NextFunction) => {
try {
Expand Down

0 comments on commit bea4259

Please sign in to comment.