mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-12-26 14:46:19 +00:00
chore: clippy
This commit is contained in:
parent
120f22c6fc
commit
ed5334a7d6
@ -293,7 +293,7 @@ impl LocalAIController {
|
||||
std::thread::current().id()
|
||||
);
|
||||
|
||||
if let Ok(_) = self.resource.set_llm_setting(setting).await {
|
||||
if self.resource.set_llm_setting(setting).await.is_ok() {
|
||||
self.reload().await?;
|
||||
}
|
||||
Ok(())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user