Skip to content

Commit

Permalink
refactor(rust): remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Oct 18, 2024
1 parent 55a6455 commit 820edd5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rust/agama-lib/src/scripts/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ impl ScriptsStore {
}
}

pub fn new_with_client(client: ScriptsClient) -> Result<Self, ServiceError> {
Ok(Self { client })
}

pub async fn load(&self) -> Result<ScriptsConfig, ServiceError> {
let scripts = self.client.scripts().await?;

Expand Down

0 comments on commit 820edd5

Please sign in to comment.