summaryrefslogtreecommitdiff
path: root/makima/src/db
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2026-01-16 16:57:09 +0000
committersoryu <soryu@soryu.co>2026-01-16 16:57:09 +0000
commitdcec90d2c233671e64e412a9f7b883d8db6783ec (patch)
treef3c529be277b606501fb1a3232b83343d95fdb0f /makima/src/db
parent205ab8a223ddf6591a3e8bfc9108506502977c11 (diff)
downloadsoryu-dcec90d2c233671e64e412a9f7b883d8db6783ec.tar.gz
soryu-dcec90d2c233671e64e412a9f7b883d8db6783ec.zip
Fixup: set daemon ID on spawned tasks by supervisor
Diffstat (limited to 'makima/src/db')
-rw-r--r--makima/src/db/models.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/makima/src/db/models.rs b/makima/src/db/models.rs
index d792f2c..6accb48 100644
--- a/makima/src/db/models.rs
+++ b/makima/src/db/models.rs
@@ -1560,7 +1560,6 @@ pub struct RepositoryHistoryListResponse {
/// Request for getting repository suggestions
#[derive(Debug, Deserialize, ToSchema)]
-#[serde(rename_all = "camelCase")]
pub struct RepositorySuggestionsQuery {
/// Filter by source type: 'remote' or 'local'
pub source_type: Option<String>,