Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Dec 11, 2023
1 parent b0d0a0b commit 13f18e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/routes/relayer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ pub async fn update_relayer(
#[tracing::instrument(skip(app))]
pub async fn get_relayers(
State(app): State<Arc<App>>,
Path(relayer_id): Path<String>,
) -> Result<Json<Vec<RelayerInfo>>, ApiError> {
let relayer_info = app.db.get_relayers().await?;

Expand Down

0 comments on commit 13f18e2

Please sign in to comment.