Skip to content

Commit

Permalink
[backend] Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimfacion committed Jun 26, 2024
1 parent 14fffd7 commit 72f01ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public InjectOutput(
this.assetGroups
);
this.injectType = injectType;
this.teams = teams != null ? new HashSet<>(Arrays.asList(teams)) : new HashSet<>();
this.teams = teams != null ? new ArrayList<>(Arrays.asList(teams)) : new ArrayList<>();
this.content = content;
}
}

0 comments on commit 72f01ab

Please sign in to comment.