Skip to content

Commit 40ed13c

Browse files
authored
Fix mobile wallet header
1 parent afb1592 commit 40ed13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/routes/v2/mobileWallet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const mobileWalletV2Route: FastifyPluginAsync = async (fastify, _options) => {
2727
schema: withTags(["Mobile Wallet"], {
2828
summary: "Retrieve mobile wallet pass for ACM member.",
2929
headers: z.object({
30-
"x-uiu-token": z.jwt().min(1).meta({
30+
"x-uiuc-token": z.jwt().min(1).meta({
3131
description:
3232
"An access token for the user in the UIUC Entra ID tenant.",
3333
}),

0 commit comments

Comments
 (0)