diff --git a/lib/towerops/snmp.ex b/lib/towerops/snmp.ex index 1c82cc22..e555fb03 100644 --- a/lib/towerops/snmp.ex +++ b/lib/towerops/snmp.ex @@ -399,7 +399,7 @@ defmodule Towerops.Snmp do device = Towerops.Devices.get_device!(device_id) Enum.map(neighbors, fn neighbor -> - matched_device = find_matching_equipment(neighbor, device.site.organization_id) + matched_device = find_matching_equipment(neighbor, device.organization_id) Map.put(neighbor, :matched_device, matched_device) end) end