mirror of
https://github.com/openai/codex.git
synced 2026-06-01 19:02:59 +00:00
codex: rename remote marketplace cache helper
This commit is contained in:
@@ -542,7 +542,11 @@ impl PluginRequestProcessor {
|
||||
}
|
||||
if !remote_sources.is_empty() {
|
||||
match plugins_manager
|
||||
.remote_marketplaces_for_config(&plugins_input, auth.as_ref(), &remote_sources)
|
||||
.get_remote_marketplaces_with_caching(
|
||||
&plugins_input,
|
||||
auth.as_ref(),
|
||||
&remote_sources,
|
||||
)
|
||||
.await
|
||||
{
|
||||
Ok(remote_marketplaces) => {
|
||||
|
||||
Reference in New Issue
Block a user