Skip to content

Commit

Permalink
Rerun docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Mubelotix committed Jun 1, 2024
1 parent 9207c98 commit 2a4a3be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daemon/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ async fn main() {
}

let index = DocumentIndex::new(Arc::clone(&config)).await;

let (node, keypair) = Node::init(Arc::clone(&config), index.clone()).await;
let node = node.run();

Expand Down

0 comments on commit 2a4a3be

Please sign in to comment.