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 <[email protected]>
  • Loading branch information
amanji committed Oct 16, 2024
1 parent 86fb430 commit 48818a4
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-expect-error: secure function is not typed correctly
secure(jwksService),
async (req: any, res: Response, next: NextFunction) => {
try {
Expand Down

0 comments on commit 48818a4

Please sign in to comment.