mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-01 16:31:43 +00:00
Merge branch 'issue-15986' into production.panel.sutty.nl
This commit is contained in:
commit
a4fca661d5
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ module ActiveStorage
|
||||||
rescue StandardError => e
|
rescue StandardError => e
|
||||||
ExceptionNotifier.notify_exception(e, data: { key: token[:key], url: url, site: site.name })
|
ExceptionNotifier.notify_exception(e, data: { key: token[:key], url: url, site: site.name })
|
||||||
|
|
||||||
head :content_too_large
|
head :payload_too_large
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
body = request.body
|
body = request.body
|
||||||
|
|
Loading…
Reference in a new issue