Skip to content

Commit

Permalink
trigger pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
JordenReuter committed May 14, 2024
1 parent 8c3311c commit abca8e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public Response createAssignment(CreateAssignmentRequestDTO createAssignmentRequ
@Override
public Response grantAssignments(CreateProductAssignmentsRequestDTO createProductAssignmentsRequestDTO) {

//!!! This is workaround for current UI
//!! This is workaround for current UI

// app-id not null, take only first product from list
if (createProductAssignmentsRequestDTO.getAppId() != null && !createProductAssignmentsRequestDTO.getAppId().isEmpty()) {
Expand Down

0 comments on commit abca8e8

Please sign in to comment.