mirror of
https://github.com/beerpiss/saekawa.git
synced 2024-11-27 17:00:50 +01:00
fix: make Tachi types camelCase
This commit is contained in:
parent
d352266759
commit
c3f85c7397
@ -2,6 +2,7 @@ use num_enum::TryFromPrimitive;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct BatchManualScore {
|
||||
pub match_type: MatchType,
|
||||
pub identifier: String,
|
||||
|
Loading…
Reference in New Issue
Block a user