style(labrinth): fix typo

This commit is contained in:
sychic
2026-07-31 13:34:26 +02:00
committed by Michael H.
parent 600a9806f1
commit c80de30034
+2 -2
View File
@@ -22,7 +22,7 @@ pub enum ProjectDisclosure {
note: Option<String>,
},
Telemetry {
consent: TelementryConsent,
consent: TelemetryConsent,
data_collected: Vec<String>,
},
DerivativeWork {
@@ -93,7 +93,7 @@ impl ProjectDisclosureData {
#[derive(Debug, Clone, Serialize, Deserialize, ToSchema)]
#[serde(rename_all = "snake_case")]
pub enum TelementryConsent {
pub enum TelemetryConsent {
OptIn,
OptOut,
AlwaysActive,