Skip to content

Commit

Permalink
[backend] clean
Browse files Browse the repository at this point in the history
  • Loading branch information
savacano28 committed Nov 12, 2024
1 parent 60d9fc1 commit babd871
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,18 @@ public class AtomicTestingInput {
@JsonProperty("inject_teams")
private List<String> teams = new ArrayList<>();

;

@JsonProperty("inject_assets")
private List<String> assets = new ArrayList<>();

@JsonProperty("inject_asset_groups")
private List<String> assetGroups = new ArrayList<>();

;

@JsonProperty("inject_documents")
private List<InjectDocumentInput> documents = new ArrayList<>();

;

@JsonProperty("inject_all_teams")
private boolean allTeams;

@JsonProperty("inject_tags")
private List<String> tagIds = new ArrayList<>();

;
}

0 comments on commit babd871

Please sign in to comment.