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 48aa91a commit 49f331d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .env.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BACKEND_URL==https://dashboard.k8s.dev.nos.ci/api
BACKEND_URL=https://dashboard.k8s.dev.nos.ci/api
BACKEND_SOLANA_ADDRESS=7rFPFnxjXHC2sfDy3qrDa9pEb4j49oivMuV7e8sYDPmB
BACKEND_AUTHORIZATION_ADDRESS=3R1YEz9crQR3tRbtSAuufjSsjQXMqtDr1D4f1YprMUSE
EXPLORER_URL=https://devnet.nosana.io
Expand Down
1 change: 0 additions & 1 deletion src/services/NodeManager/node/job/jobHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ 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 49f331d

Please sign in to comment.