mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Remove useless double check
This commit is contained in:
parent
5ceb3c6a10
commit
ab0eba2f72
1 changed files with 0 additions and 4 deletions
|
@ -569,10 +569,6 @@ pub async fn update_all(
|
|||
debug!(parameters = ?new_settings, "Update all settings");
|
||||
let new_settings = validate_settings(new_settings, &index_scheduler)?;
|
||||
|
||||
if !new_settings.chat.is_not_set() {
|
||||
index_scheduler.features().check_chat_completions("setting `chat` in the index route")?;
|
||||
}
|
||||
|
||||
analytics.publish(
|
||||
SettingsAnalytics {
|
||||
ranking_rules: RankingRulesAnalytics::new(new_settings.ranking_rules.as_ref().set()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue