Fix Lint/UnusedArgument issues

This commit is contained in:
syeopite
2021-09-24 19:05:25 -07:00
parent 0614b52f03
commit 20cb751ff6
11 changed files with 16 additions and 16 deletions

View File

@@ -1351,7 +1351,7 @@ error 500 do |env, ex|
error_template(500, ex)
end
static_headers do |response, filepath, filestat|
static_headers do | response |
response.headers.add("Cache-Control", "max-age=2629800")
end