Skip to content

Commit

Permalink
Update lib/verification.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m authored Sep 18, 2024
1 parent e71f3f1 commit d3ebeb5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/verification.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ export async function fetchVerificationKeys(
headers,
});

if (response.status === 304) {
return cache;
}

const cacheId = response.headers.etag || "";
return { id: cacheId, keys: response.data.public_keys };
} catch (error) {
Expand Down

0 comments on commit d3ebeb5

Please sign in to comment.