Skip to content

Commit 7e731f8

Browse files
committed
prettier
1 parent 6cd2784 commit 7e731f8

File tree

1 file changed

+2
-2
lines changed
  • apps/mold-inventory-api/worker/middleware

1 file changed

+2
-2
lines changed

apps/mold-inventory-api/worker/middleware/jwt.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const setupJWT = createMiddleware(async (c, next) => {
1212
alg: ['RS256'],
1313
verification: {
1414
iss: `https://${c.env.AUTH0_DOMAIN}/`,
15-
aud: 'https://mold-inventory-api-production.epicpatka.workers.dev/api'
16-
}
15+
aud: 'https://mold-inventory-api-production.epicpatka.workers.dev/api',
16+
},
1717
})
1818
return middleware(c, next)
1919
})

0 commit comments

Comments
 (0)