Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
S3bastianCZ committed Feb 26, 2025
1 parent 98d3c72 commit 318130b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xo-server/src/xapi-object-to-xo.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -604,9 +604,9 @@ const TRANSFORMS = {
type: 'PIF',

attached: Boolean(obj.currently_attached),
bondMaster: isBondSlave ? link(bond, 'master') : undefined,
isBondMaster,
isBondSlave,
bondMaster: isBondSlave ? link(bond, 'master') : undefined,
bondSlaves: isBondMaster ? link(bond, 'slaves') : undefined,
device: obj.device,
deviceName: metrics && metrics.device_name,
Expand Down

0 comments on commit 318130b

Please sign in to comment.