Skip to content

Commit

Permalink
CI fix setDhtNodes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiRegiani committed Jan 17, 2025
1 parent 48df7b2 commit 64bc9eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subsystems/sidecar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ class Sidecar extends ReadyResource {
await fs.promises.mkdir(appStorage, { recursive: true })

const dht = { nodes: this.swarm.dht.toArray({ limit: KNOWN_NODES_LIMIT }), bootstrap: this.dhtBootstrap }
await this.model.setDhtNodes(dht.nodes)
const state = new State({ dht, id, env, link, dir, cwd, flags, args, cmdArgs, run: true, storage: appStorage })

const applingPath = state.appling?.path
Expand Down

0 comments on commit 64bc9eb

Please sign in to comment.