mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 12:58:06 +01:00
Remove unused merge_context
helper (#31703)
This commit is contained in:
parent
3efe98aa95
commit
2a244e2fdb
1 changed files with 0 additions and 8 deletions
|
@ -200,14 +200,6 @@ module JsonLdHelper
|
||||||
nil
|
nil
|
||||||
end
|
end
|
||||||
|
|
||||||
def merge_context(context, new_context)
|
|
||||||
if context.is_a?(Array)
|
|
||||||
context << new_context
|
|
||||||
else
|
|
||||||
[context, new_context]
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
def response_successful?(response)
|
def response_successful?(response)
|
||||||
(200...300).cover?(response.code)
|
(200...300).cover?(response.code)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue