Skip to content

Commit

Permalink
mapped reliability
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgloeckner committed Feb 5, 2024
1 parent 95d9ef3 commit a5e61d8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ public LocalDateTime mapLongTime(Long timestamp) {
@Mapping(target = "id", ignore = true)
@Mapping(target = "modificationDate", ignore = true)
@Mapping(target = "chat", ignore = true)
@Mapping(target = "reliability", ignore = true)
@Mapping(target = "tenantId", ignore = true)
@Mapping(target = "text", source = "message")
@Mapping(target = "userName", ignore = true)
Expand Down

0 comments on commit a5e61d8

Please sign in to comment.