Skip to content

Commit

Permalink
🐛 Ts ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrognes committed Jan 16, 2024
1 parent 875af84 commit 9d0d24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/vedlegg/les.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ const handler = beskyttetApi(async (req, res) => {
https: false,
});
}
/* @ts-ignore: TODO: Følge opp med tokenXproxy repo for å fikse type */
return await tokenXProxy(
req,
/* @ts-ignore: TODO: Følge opp med tokenXproxy repo for å fikse type */
res,
`/vedlegg/les/${uuid}`,
'/vedlegg/les',
Expand Down

0 comments on commit 9d0d24e

Please sign in to comment.