Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
nudge: removed unused arg
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Apr 1, 2017
1 parent 5b0a9f9 commit 4156d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ module.exports = class Cache {
}
}

function matchDetails (req, cached, opts) {
function matchDetails (req, cached) {
const reqUrl = url.parse(req.url)
const cacheUrl = url.parse(cached.url)
const vary = cached.resHeaders.get('Vary')
Expand Down

0 comments on commit 4156d5a

Please sign in to comment.