5
0
Fork 0
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:
Sutty 2023-11-15 15:32:14 +00:00
commit b4d4d10cfc

View file

@ -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