From 19b03fc0ce700123c44e324448b5cb74ca6eb137 Mon Sep 17 00:00:00 2001 From: Akiff Manji Date: Wed, 9 Oct 2024 15:58:50 +0000 Subject: [PATCH] chore: suppress unrelated ts build error Signed-off-by: Akiff Manji --- services/tenant-ui/src/routes/router.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/services/tenant-ui/src/routes/router.ts b/services/tenant-ui/src/routes/router.ts index 9abd15ad6..443373d56 100644 --- a/services/tenant-ui/src/routes/router.ts +++ b/services/tenant-ui/src/routes/router.ts @@ -22,6 +22,7 @@ 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 {