summaryrefslogtreecommitdiff
path: root/app/workers/clusters/applications/uninstall_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/clusters/applications/uninstall_worker.rb')
-rw-r--r--app/workers/clusters/applications/uninstall_worker.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/workers/clusters/applications/uninstall_worker.rb b/app/workers/clusters/applications/uninstall_worker.rb
index da290eaf1f6..b71f87014aa 100644
--- a/app/workers/clusters/applications/uninstall_worker.rb
+++ b/app/workers/clusters/applications/uninstall_worker.rb
@@ -14,11 +14,7 @@ module Clusters
worker_has_external_dependencies!
loggable_arguments 0
- def perform(app_name, app_id)
- find_application(app_name, app_id) do |app|
- Clusters::Applications::UninstallService.new(app).execute
- end
- end
+ def perform(app_name, app_id); end
end
end
end