Skip to content

Commit

Permalink
fix(DeviceCollection): Fix possible issue where we wouldn't import th…
Browse files Browse the repository at this point in the history
…e full list of selected devices
  • Loading branch information
Belphemur committed Jul 24, 2022
1 parent e017bc5 commit a78377c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public DeviceCollection(IEnumerable<T> deviceInfos)
{
if (item == null)
{
return;
continue;
}

_byId[item.Id] = item;
Expand Down

0 comments on commit a78377c

Please sign in to comment.