Skip to content

Commit 39f0421

Browse files
committed
style(labrinth): fix typo
1 parent 0823037 commit 39f0421

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/labrinth/src/models/v3/disclosures.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pub enum ProjectDisclosure {
2222
note: Option<String>,
2323
},
2424
Telemetry {
25-
consent: TelementryConsent,
25+
consent: TelemetryConsent,
2626
data_collected: Vec<String>,
2727
},
2828
DerivativeWork {
@@ -93,7 +93,7 @@ impl ProjectDisclosureData {
9393

9494
#[derive(Debug, Clone, Serialize, Deserialize, ToSchema)]
9595
#[serde(rename_all = "snake_case")]
96-
pub enum TelementryConsent {
96+
pub enum TelemetryConsent {
9797
OptIn,
9898
OptOut,
9999
AlwaysActive,

0 commit comments

Comments
 (0)