Skip to content

Commit

Permalink
remove === true
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-f committed Aug 30, 2023
1 parent 0780ff7 commit 83b44a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @xen-orchestra/xapi/vdi.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class Vdi {
}
let nbdClient, stream
try {
if (preferNbd === true) {
if (preferNbd) {
nbdClient = await this._getNbdClient(ref)
}
// the raw nbd export does not need to peek ath the vhd source
Expand Down

0 comments on commit 83b44a1

Please sign in to comment.