Skip to content

Commit

Permalink
dup method fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan-spheron committed Sep 30, 2024
1 parent 647b72d commit 42edd28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/inventory/v1/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ func (s *NodeResources) Dup() NodeResources {
EphemeralStorage: s.EphemeralStorage.Dup(),
VolumesAttached: s.VolumesAttached.Dup(),
VolumesMounted: s.VolumesMounted.Dup(),
Version: s.Version,
Bandwidth: s.Bandwidth,
}

return res
Expand Down

0 comments on commit 42edd28

Please sign in to comment.