mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
chore: add lints in workspace cargo config (#223)
This commit is contained in:
@ -100,7 +100,10 @@ async fn drainer(
|
||||
macro_util::handle_resp!(a.orig.update(&conn, a.update_data).await, "up", "ref")
|
||||
}
|
||||
},
|
||||
kv::DBOperation::Delete => todo!(),
|
||||
kv::DBOperation::Delete => {
|
||||
// TODO: Implement this
|
||||
println!("Not implemented!");
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user