Skip to content

Commit 3e682f7

Browse files
committed
fix build
1 parent 2fe53be commit 3e682f7

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/commands.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,11 @@ export class Commands {
374374
assets,
375375
algo,
376376
computeEnv.id,
377+
null,
377378
computeValidUntil,
378379
providerURI,
379-
this.signer // V1 was this.signer.getAddress()
380+
this.signer,
381+
null
380382
);
381383
if (
382384
!providerInitializeComputeJob ||
@@ -469,8 +471,10 @@ export class Commands {
469471
algo,
470472
null,
471473
null,
474+
null,
475+
null,
472476
// additionalDatasets, only c2d v1
473-
output
477+
output,
474478
);
475479

476480
console.log("compute jobs: ", computeJobs);

0 commit comments

Comments
 (0)