Skip to content
Snippets Groups Projects
Verified Commit 40acb125 authored by Martin Weise's avatar Martin Weise
Browse files

Fixed the #409 bug

parent a434554b
No related branches found
No related tags found
5 merge requests!250Master,!246Dev,!244Dev,!243Dev,!238Fixed the #409 bug
...@@ -17,7 +17,6 @@ import org.springframework.data.elasticsearch.annotations.FieldType; ...@@ -17,7 +17,6 @@ import org.springframework.data.elasticsearch.annotations.FieldType;
@ToString @ToString
public class UserAttributesDto { public class UserAttributesDto {
@JsonIgnore
@org.springframework.data.annotation.Transient @org.springframework.data.annotation.Transient
@JsonProperty("theme_dark") @JsonProperty("theme_dark")
@Schema(example = "false") @Schema(example = "false")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment