Skip to content

Commit ed47ca9

Browse files
refactor: merge imports
1 parent 27243d8 commit ed47ca9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/sdk/src/lib/dataProtectorCore/prepareBulkRequest.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { utils } from 'iexec';
21
import { NULL_ADDRESS } from 'iexec/utils';
32
import {
43
MAX_DESIRED_APP_ORDER_PRICE,
@@ -201,7 +200,7 @@ export const prepareBulkRequest = async ({
201200
trust: 0,
202201
// bulk order
203202
datasetmaxprice: 0,
204-
dataset: utils.NULL_ADDRESS,
203+
dataset: NULL_ADDRESS,
205204
});
206205

207206
const requestorder = await iexec.order.signRequestorder(requestorderToSign);

0 commit comments

Comments
 (0)