Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Qrimpuff committed Dec 17, 2024
1 parent d5d41e2 commit af7bb8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sources/starter_decks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ pub fn Import(
debug!("{:?}", deck);
if let Some(deck) = deck {
track_event(
EventType::Import("Stater deck".into()),
EventType::Import("Starter deck".into()),
EventData {
format: "Stater deck",
format: "Starter deck",
deck_id: deck.deck_id.clone(),
},
)
Expand Down

0 comments on commit af7bb8a

Please sign in to comment.