mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
build: bump MSRV to 1.76.0 (#5586)
This commit is contained in:
@ -193,10 +193,7 @@ async fn drainer_handler(
|
||||
|
||||
let output = store.make_stream_available(flag_stream_name.as_str()).await;
|
||||
active_tasks.fetch_sub(1, atomic::Ordering::Release);
|
||||
output.map_err(|err| {
|
||||
logger::error!(operation = "unlock_stream", err=?err);
|
||||
err
|
||||
})
|
||||
output.inspect_err(|err| logger::error!(operation = "unlock_stream", err=?err))
|
||||
}
|
||||
|
||||
#[instrument(skip_all, fields(global_id, request_id, session_id))]
|
||||
|
||||
Reference in New Issue
Block a user