mirror of
https://github.com/openai/codex.git
synced 2026-05-18 18:22:39 +00:00
Rename remote installed marketplace fetch helper
This commit is contained in:
@@ -906,7 +906,10 @@ impl PluginRequestProcessor {
|
||||
chatgpt_base_url: config.chatgpt_base_url.clone(),
|
||||
};
|
||||
plugins_manager
|
||||
.fetch_and_cache_remote_installed_marketplaces(&remote_plugin_service_config, auth)
|
||||
.fetch_remote_installed_plugin_marketplaces_with_cache(
|
||||
&remote_plugin_service_config,
|
||||
auth,
|
||||
)
|
||||
.await
|
||||
};
|
||||
|
||||
|
||||
@@ -615,7 +615,7 @@ impl PluginsManager {
|
||||
Some(crate::remote::group_remote_installed_plugins_by_marketplaces(plugins, &self.store))
|
||||
}
|
||||
|
||||
pub async fn fetch_and_cache_remote_installed_marketplaces(
|
||||
pub async fn fetch_remote_installed_plugin_marketplaces_with_cache(
|
||||
&self,
|
||||
config: &RemotePluginServiceConfig,
|
||||
auth: Option<&CodexAuth>,
|
||||
|
||||
Reference in New Issue
Block a user