5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-05 15:16:56 +00:00

Merge branch 'issue-159' into panel.sutty.nl

This commit is contained in:
f 2023-04-03 13:08:14 -03:00
commit 642730a010

View file

@ -31,10 +31,9 @@ SiteService = Struct.new(:site, :usuarie, :params, keyword_init: true) do
site.reset.nil? &&
add_licencias &&
add_code_of_conduct &&
add_privacy_policy
end
add_privacy_policy &&
deploy
end
site
end