Skip to content

Commit

Permalink
recommit
Browse files Browse the repository at this point in the history
  • Loading branch information
JordenReuter committed Mar 18, 2024
1 parent 8c0a782 commit 6e4b982
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ default WorkspaceAbstractDTOV1 mapAbstract(Workspace workspace) {
abstractDTOV1.setName(workspace.getName());
abstractDTOV1.setTheme(workspace.getTheme());
abstractDTOV1.setDescription(workspace.getDescription());
abstractDTOV1.setProducts(workspace.getProducts().stream().map(Product::getProductName).toList());
//abstractDTOV1.setProducts(workspace.getProducts().stream().map(Product::getProductName).toList());
return abstractDTOV1;
}

Expand Down

0 comments on commit 6e4b982

Please sign in to comment.