Skip to content

Commit

Permalink
chore: move channel to future scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed Dec 6, 2024
1 parent e7a9604 commit 856eb66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/warp-ipfs/src/shuttle/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ impl ShuttleTask {
let keypair = ipfs.keypair();
tracing::info!(%peer_id, "Processing Incoming Request");
let sender = payload.sender();
let resp = resp;
match payload.message() {
identity::protocol::Request::Register(Register::IsRegistered) => {
let peer_id = payload.sender();
Expand Down

0 comments on commit 856eb66

Please sign in to comment.