Skip to content

Commit

Permalink
fix empty cycleInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
S0naliThakur committed Oct 18, 2024
1 parent 170baf0 commit 93334f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/API.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ export function registerRoutes(server: FastifyInstance<Server, IncomingMessage,
port,
publicKey,
}
Data.initSocketClient(firstNode)

// Add first node to NodeList
NodeList.addNodes(NodeList.NodeStatus.SYNCING, [firstNode])
Expand Down

0 comments on commit 93334f1

Please sign in to comment.