Code cleanup
Rust Build / Rustfmt (pull_request) Successful in 34s
Rust Build / Test Suite (pull_request) Successful in 58s

This commit is contained in:
2026-06-17 17:08:21 -04:00
parent 20bd0f9e4d
commit a78078bddd
3 changed files with 19 additions and 14 deletions
-1
View File
@@ -25,4 +25,3 @@ pub async fn insert(
Err(_) => Err(sqlx::Error::RowNotFound),
}
}