Skip to content

Commit dd51b49

Browse files
authored
Remove ignored v1 fallback code (#1345)
2 parents 1908139 + 52b3786 commit dd51b49

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)