Remove remote installed marketplace fetcher

This commit is contained in:
xli-oai
2026-05-14 21:46:14 -07:00
parent 38dd15bffa
commit bd7b57a5af
3 changed files with 2 additions and 74 deletions

View File

@@ -903,7 +903,7 @@ impl PluginRequestProcessor {
chatgpt_base_url: config.chatgpt_base_url.clone(),
};
plugins_manager
.fetch_cached_remote_installed_marketplaces(
.fetch_remote_installed_marketplaces(
&remote_plugin_service_config,
auth.as_ref(),
)