mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
fix(http): fix event name for typo tolerance settings update
This commit is contained in:
parent
3d10af0333
commit
3d0a4a3d18
@ -171,7 +171,7 @@ make_setting_route!(
|
||||
use serde_json::json;
|
||||
|
||||
analytics.publish(
|
||||
"TypoToleranceUpdated Updated".to_string(),
|
||||
"TypoTolerance Updated".to_string(),
|
||||
json!({
|
||||
"typo_tolerance": {
|
||||
"enabled": setting.as_ref().map(|s| !matches!(s.enabled, Setting::Set(false))).unwrap_or(true),
|
||||
|
Loading…
Reference in New Issue
Block a user