Skip to content

Commit

Permalink
remove double proxy select err desc
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDC committed Sep 27, 2024
1 parent 4509a80 commit ca2da24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rama-proxy/src/proxydb/layer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ where
inner: err.into(),
filter: filter.clone(),
})
.context("select proxy in DB")
})?;

let mut proxy_address = proxy.address.clone();
Expand Down

0 comments on commit ca2da24

Please sign in to comment.