mirror of
https://github.com/beerpiss/saekawa.git
synced 2025-02-25 21:58:27 +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};
|
use serde::{Deserialize, Serialize};
|
||||||
|
|
||||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||||
|
#[serde(rename_all = "camelCase")]
|
||||||
pub struct BatchManualScore {
|
pub struct BatchManualScore {
|
||||||
pub match_type: MatchType,
|
pub match_type: MatchType,
|
||||||
pub identifier: String,
|
pub identifier: String,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user