Skip to content

Commit 52b3786

Browse files
committed
Remove ignored v1 fallback code
This commit is a followup from a missed review comment after merge in 1336 by @arminsabouri.
1 parent 1908139 commit 52b3786

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

payjoin-directory/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ impl<D: Db> Service<D> {
244244
if self.enable_v1 {
245245
self.post_fallback_v1(id, query, body).await
246246
} else {
247-
let _ = (id, query, body);
248247
Ok(Response::builder()
249248
.status(StatusCode::BAD_REQUEST)
250249
.header(CONTENT_TYPE, "application/json")

0 commit comments

Comments
 (0)