We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e6061 commit 2e56845Copy full SHA for 2e56845
crates/chat-cli/src/api_client/mod.rs
@@ -609,7 +609,7 @@ impl ApiClient {
609
610
// Add a helper method to check if using non-default endpoint
611
fn is_custom_endpoint(database: &Database) -> bool {
612
- database.settings.get(Setting::ApiCodeWhispererService).is_ok()
+ database.settings.get(Setting::ApiCodeWhispererService).is_some()
613
}
614
615
0 commit comments