Fix async storage URL resolution return

This commit is contained in:
Charles Cunningham
2026-02-17 09:24:08 -08:00
parent 4525c785d0
commit de87a5a7ad

View File

@@ -1934,7 +1934,7 @@ impl Config {
));
}
};
Ok(resolved?)
resolved
}
fn load_instructions(codex_dir: Option<&Path>) -> Option<String> {