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 authored and loneil committed Oct 10, 2024
1 parent da4c622 commit 19b03fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/tenant-ui/src/routes/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 19b03fc

Please sign in to comment.