mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-16 22:01:50 +00:00
Merge branch 'issue-7537' of https://0xacab.org/sutty/sutty into 17.3.alpine.panel.sutty.nl
This commit is contained in:
commit
b4d4d10cfc
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ PostService = Struct.new(:site, :usuarie, :post, :params, keyword_init: true) do
|
|||
case metadata.value
|
||||
when Array
|
||||
metadata.value << value
|
||||
metadata.uniq!
|
||||
metadata.value.uniq!
|
||||
when String then metadata.value = value
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue