Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
irevoire committed Oct 26, 2021
1 parent 3b8aa07 commit b6dc55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meilisearch-http/src/analytics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ mod segment {
"version": env!("CARGO_PKG_VERSION").to_string(),
},
})),
user: user.clone(),
user: self.user.clone(),
traits: Self::compute_traits(&self.opt, stats),
..Default::default()
})
Expand Down

0 comments on commit b6dc55b

Please sign in to comment.