Skip to content

Commit 959aaa3

Browse files
committed
The preload_product isn't needed
1 parent cbf34d6 commit 959aaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/nerves_hub/device_link/connections.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ defmodule NervesHub.DeviceLink.Connections do
115115

116116
Tracker.online(device)
117117

118-
{connection_id, Devices.preload_product(device)}
118+
{connection_id, device}
119119
end
120120

121121
defp decode_from_headers(%{"x-nh-alg" => "NH1-HMAC-" <> alg} = headers) do

0 commit comments

Comments
 (0)