summaryrefslogtreecommitdiff
path: root/makima/src/db
diff options
context:
space:
mode:
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>,