Skip to content

Commit

Permalink
clippy fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Naian <[email protected]>
  • Loading branch information
nain-F49FF806 committed Oct 19, 2023
1 parent 45842ec commit 7e6f468
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion agents/rust/mediator/mediation/src/routes/coordination.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ pub async fn handle_mediate_request<T: MediatorPersistence>(

pub async fn handle_keylist_query<T: MediatorPersistence>(
storage: Arc<T>,
keylist_query_data: KeylistQueryData,
//todo: use the limits mentioned in the KeylistQueryData to modify response
_keylist_query_data: KeylistQueryData,
auth_pubkey: &str
) -> Json<MediatorCoordMsgEnum> {
let keylist_items: Vec<KeylistItem> = match storage.list_recipient_keys(auth_pubkey).await {
Expand Down

0 comments on commit 7e6f468

Please sign in to comment.