Skip to content

Commit

Permalink
feat: adjusted mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
JordenReuter committed Oct 22, 2024
1 parent 2412ce7 commit 8719ac9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public interface WorkspaceMapper {
@Mapping(target = "operator", ignore = true)
void update(UpdateWorkspaceRequestDTO dto, @MappingTarget Workspace workspace);

@Mapping(target = "productName", ignore = true)
@Mapping(target = "baseUrl", ignore = true)
@Mapping(target = "names", ignore = true)
WorkspaceSearchCriteria map(WorkspaceSearchCriteriaDTO dto);
Expand Down

0 comments on commit 8719ac9

Please sign in to comment.