Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
manegron committed Dec 18, 2024
1 parent 36dca03 commit 7a34132
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/libraries/get_pipelines.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ def get_pipelines
namespaces = get_namespaces()
main_logstash = determine_main_logstash_node()
monitor_sensor_in_proxy_nodes = find_sensor_in_proxy_nodes('device')
vault_sensor_in_proxy_nodes = find_sensor_in_proxy_nodes('vault')
flow_sensor_in_proxy_nodes = find_sensor_in_proxy_nodes('flow')
monitor_config = get_monitor_configuration()
has_device_sensors = !sensors['device-sensor'].nil? && !sensors['device-sensor'].empty?
Expand Down

0 comments on commit 7a34132

Please sign in to comment.