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

fix: temporalmente no agregar licencias

This commit is contained in:
f 2023-01-26 15:52:25 -03:00
parent 41eefa3921
commit 738f8b7e48

View file

@ -17,8 +17,6 @@ SiteService = Struct.new(:site, :usuarie, :params, keyword_init: true) do
commit_config(action: :create) commit_config(action: :create)
end end
add_licencias
site site
end end
@ -30,8 +28,6 @@ SiteService = Struct.new(:site, :usuarie, :params, keyword_init: true) do
commit_config(action: :update) commit_config(action: :update)
end end
change_licencias
site site
end end