From e44dbfb2a47b73801e87ddc04c593337ebea874d Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Thu, 28 Mar 2019 13:30:08 +0100 Subject: [PATCH] fix(xen-api/examples): use isOpaqueRef private module --- packages/xen-api/examples/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 === '-') {