NCBACK-25 change path to file
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-01-25 12:10:56 +07:00
parent 63c3794aa4
commit ab3eef1668
5 changed files with 7 additions and 59 deletions
@@ -84,10 +84,4 @@ public class User {
@OneToMany(mappedBy = "user", cascade = CascadeType.ALL, orphanRemoval = true)
@JsonIgnore
@ToString.Exclude
private List<Violation> violations = new ArrayList<>();
@OneToMany(mappedBy = "user", cascade = CascadeType.ALL, orphanRemoval = true)
@JsonIgnore
@ToString.Exclude
private List<ImageProtection> imageProtections = new ArrayList<>();
}
private List<Violation> violations = new ArrayList<>();}