Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsver committed Jun 17, 2024
1 parent e557b19 commit 040aeda
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions resources/libraries/get_monitor_in_proxy.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
module RbManager
module Helpers

def find_monitor_sensor_in_proxy_nodes
sensors_info = []
sensor_types = ['proxy-sensor']

sensor_types.each do |s_type|
begin
sensors = search(:node, "role:#{s_type}")
Expand All @@ -18,6 +16,5 @@ def find_monitor_sensor_in_proxy_nodes
end
sensors_info
end

end
end

0 comments on commit 040aeda

Please sign in to comment.