From c8e0a7705f7d291fc331d1dea3578cf020c2c8af Mon Sep 17 00:00:00 2001 From: Akiff Manji Date: Wed, 16 Oct 2024 07:32:09 -0700 Subject: [PATCH] chore: suppress unrelated ts build error Signed-off-by: Akiff Manji --- services/tenant-ui/src/routes/router.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/tenant-ui/src/routes/router.ts b/services/tenant-ui/src/routes/router.ts index b165062c8..a1534c227 100644 --- a/services/tenant-ui/src/routes/router.ts +++ b/services/tenant-ui/src/routes/router.ts @@ -22,7 +22,8 @@ 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-expect-error: secure function is not typed correctly + // @ts-ignore + // @ts-expect-error secure(jwksService), async (req: any, res: Response, next: NextFunction) => { try {