mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 13:16:38 +00:00
style(labrinth): fix typo
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user