Skip to content

Commit

Permalink
remove unused helper
Browse files Browse the repository at this point in the history
  • Loading branch information
TicClick committed Nov 9, 2023
1 parent 81df99c commit 8d62e91
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/github.rs
Original file line number Diff line number Diff line change
Expand Up @@ -410,15 +410,6 @@ impl Client {
Ok(app)
}

pub fn cached_installations(&self) -> Vec<structs::Installation> {
self.installations
.lock()
.unwrap()
.values()
.cloned()
.collect()
}

pub fn cache_repositories(
&self,
installation_id: i64,
Expand Down

0 comments on commit 8d62e91

Please sign in to comment.