mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Fix Lint/UnusedArgument issues
This commit is contained in:
parent
0614b52f03
commit
20cb751ff6
11 changed files with 16 additions and 16 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue