diff --git a/packages/xen-api/examples/utils.js b/packages/xen-api/examples/utils.js index 33115f47c..9a0602e01 100644 --- a/packages/xen-api/examples/utils.js +++ b/packages/xen-api/examples/utils.js @@ -4,7 +4,7 @@ const { PassThrough, pipeline } = require('readable-stream') const humanFormat = require('human-format') const Throttle = require('throttle') -const { isOpaqueRef } = require('../') +const isOpaqueRef = require('../dist/_isOpaqueRef').default exports.createInputStream = path => { if (path === undefined || path === '-') {