Skip to content

Commit

Permalink
fix backend url dev
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensV committed Jan 22, 2025
1 parent 7853abc commit 48aa91a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/NodeManager/node/job/jobHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ export class JobHandler {
let result = await this.jobExternalUtil.resolveResult(this.jobId());
const ipfsResult = await this.sdk.ipfs.pin(result as object);
const bytesArray = this.sdk.ipfs.IpfsHashToByteArray(ipfsResult);
throw new Error('error finish job');
await this.sdk.jobs.submitResult(
bytesArray,
run,
Expand Down

0 comments on commit 48aa91a

Please sign in to comment.