From 9dc4fee9c4a6a261029ba61acc318125f514dbb9 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 5 Oct 2022 19:00:37 -0300 Subject: [PATCH] api --- app/models/deploy_distributed_press.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/deploy_distributed_press.rb b/app/models/deploy_distributed_press.rb index 51788865..08924eff 100644 --- a/app/models/deploy_distributed_press.rb +++ b/app/models/deploy_distributed_press.rb @@ -7,7 +7,7 @@ class DeployDistributedPress < Deploy store :values, accessors: %i[api_key hostname], coder: JSON - def deploy; end + def deploy(**); end def limit; end