Skip to content

Commit

Permalink
[backend] remove set of payloads on inject duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
isselparra committed Nov 25, 2024
1 parent 2db9515 commit cce443e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ public static Inject duplicateInject(@NotNull Inject injectOrigin) {
duplicatedInject.setAssetGroups(injectOrigin.getAssetGroups().stream().toList());
duplicatedInject.setAssets(injectOrigin.getAssets().stream().toList());
duplicatedInject.setCommunications(injectOrigin.getCommunications().stream().toList());
duplicatedInject.setPayloads(injectOrigin.getPayloads().stream().toList());
duplicatedInject.setTags(new HashSet<>(injectOrigin.getTags()));

duplicatedInject.setExercise(injectOrigin.getExercise());
Expand Down

0 comments on commit cce443e

Please sign in to comment.