diff --git a/lib/utils.ts b/lib/utils.ts index ddf0e52..070456b 100644 --- a/lib/utils.ts +++ b/lib/utils.ts @@ -4,4 +4,4 @@ export async function getJWKS(domain: string) { const fetchResult = await fetch(`${domain}/.well-known/jwks.json`); const jwks = await fetchResult.json(); return jwks; -} \ No newline at end of file +}