Revert "Update books query"

This reverts commit abee7403b7.
This commit is contained in:
2025-01-05 14:17:04 +01:00
parent abee7403b7
commit 91afa29862
4 changed files with 123 additions and 200 deletions

View File

@@ -20,7 +20,7 @@ pub struct BookFilter {
pub id_lte: Option<i32>,
}
#[derive(Serialize, sqlx::FromRow)]
#[derive(Serialize)]
pub struct RemoteBook {
pub id: i32,
pub title: String,