Skip to content

Commit

Permalink
fix: load previous services #905
Browse files Browse the repository at this point in the history
  • Loading branch information
mikbry committed May 19, 2024
1 parent f987422 commit 23568d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/native/src/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ impl Store {
self.settings = new_config.settings.clone();
self.server = new_config.server.clone();
self.models = new_config.models.clone();
self.services = new_config.services.clone();
}

pub fn load(&mut self, asset_dir: PathBuf) -> Result<(), Box<dyn std::error::Error>> {
Expand Down

0 comments on commit 23568d5

Please sign in to comment.