Skip to content

Commit

Permalink
fix: Case consistency (functionally equivalent)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk committed Apr 28, 2023
1 parent 0229cd7 commit df317bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feed-checker.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ class FeedChecker {
url,
{
contentType: res.headers.get('content-type'),
cacheControl: res.headers.get('Cache-Control'),
cacheControl: res.headers.get('cache-control'),
status: res.status,
body,
},
Expand Down

0 comments on commit df317bf

Please sign in to comment.