Skip to content

Commit

Permalink
fix: use inner domain on StorableDomain
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoccesar committed Jan 26, 2024
1 parent 7c9d3f4 commit fa1d78c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linkup-cli/src/local_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ impl YamlLocalConfig {
pub fn domains(&self) -> Vec<String> {
self.domains
.iter()
.map(|storable_domain| storable_domain.domain.clone())
.collect::<Vec<String>>()
}

Expand Down

0 comments on commit fa1d78c

Please sign in to comment.