Skip to content

Commit

Permalink
fixup! feat(offchain): implement the broker-listener for the authorit…
Browse files Browse the repository at this point in the history
…y-claimer

Co-authored-by: Gabriel de Quadros Ligneul <[email protected]>
  • Loading branch information
marcelstanley and gligneul authored Sep 26, 2023
1 parent 21e7563 commit 8d8320f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion offchain/authority-claimer/src/listener.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl BrokerListener for DefaultBrokerListener {
.await
.context(BrokerSnafu)?;

Ok(event.payload.clone())
Ok(event.payload)
}
}

Expand Down

0 comments on commit 8d8320f

Please sign in to comment.