Skip to content

Commit

Permalink
chore: update to send response directly
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed Dec 7, 2024
1 parent ed681a0 commit 71c525b
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 96 deletions.
2 changes: 1 addition & 1 deletion extensions/warp-ipfs/shuttle/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
let local_peer_id = keypair.public().to_peer_id();
println!("Local PeerID: {local_peer_id}");

let _ = shuttle::server::ShuttleServer::new(
let _handle = shuttle::server::ShuttleServer::new(
&keypair,
path,
opts.enable_relay_server,
Expand Down
Loading

0 comments on commit 71c525b

Please sign in to comment.