5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-04 23:26:56 +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)
end
add_licencias
site
end
@ -30,8 +28,6 @@ SiteService = Struct.new(:site, :usuarie, :params, keyword_init: true) do
commit_config(action: :update)
end
change_licencias
site
end