forked from AkkomaGang/akkoma
Lint
This commit is contained in:
parent
3b1b183b42
commit
7321429a2e
1 changed files with 6 additions and 1 deletions
|
@ -299,7 +299,12 @@ defp build_resp_cache_headers(headers, _opts) do
|
|||
has_cache? ->
|
||||
# There's caching header present but no cache-control -- we need to set our own
|
||||
# as Plug defaults to "max-age=0, private, must-revalidate"
|
||||
List.keystore(headers, "cache-control", 0, {"cache-control", @default_cache_control_header})
|
||||
List.keystore(
|
||||
headers,
|
||||
"cache-control",
|
||||
0,
|
||||
{"cache-control", @default_cache_control_header}
|
||||
)
|
||||
|
||||
true ->
|
||||
List.keystore(
|
||||
|
|
Loading…
Reference in a new issue