Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
nkonev committed Nov 18, 2023
1 parent 6368e72 commit e697a66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import java.util.Set;

public record UserAccountDTOExtended (
@JsonUnwrapped
@JsonUnwrapped // todo use converters from jackson annotation
UserAccountDTO userAccountDTO,

DataDTO additionalData,
Expand Down

0 comments on commit e697a66

Please sign in to comment.