Skip to content

Commit

Permalink
removed clone from team
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed May 28, 2024
1 parent af61e5f commit a3bdb89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ async fn main() {
logger::debug_log(format!("Obtained data from {} users", team.len()).as_str());
set_output(
"usernames",
team.clone()
.iter()
team.iter()
.map(|member| member.username.clone())
.collect::<Vec<String>>()
.join(",")
Expand Down

0 comments on commit a3bdb89

Please sign in to comment.