Skip to content

Commit

Permalink
Quoting these isn't necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Oct 14, 2016
1 parent dd44b63 commit aa9d4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/list
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ const handler = async (req, res) => {

const defaultHeaders = {
'Cache-Control': 'public, max-age=' + flags.cache,
'Pragma': 'public',
'ETag': getETag(stats)
Pragma: 'public',
ETag: getETag(stats)
}

for (const header in defaultHeaders) {
Expand Down

0 comments on commit aa9d4cf

Please sign in to comment.