refactor: merge get_meta_plugin_with_config into get_meta_plugin

Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-27 14:01:18 -03:00
parent fdcccc844e
commit 442f20dda3
3 changed files with 6 additions and 27 deletions

View File

@@ -77,7 +77,7 @@ impl MetaService {
(None, None)
};
get_meta_plugin_with_config(meta_plugin_type.clone(), options, outputs)
crate::meta_plugin::get_meta_plugin(meta_plugin_type.clone(), options, outputs)
})
.collect();