Skip to content

Commit b0060bd

Browse files
committed
TRIB-289: removes isSuccess from AttributesApplyPhraseToUserDTO
1 parent 6f58a00 commit b0060bd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/com/savvato/tribeapp/dto/AttributesApplyPhraseToUserDTO.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
@Schema(description = "Result of applying phrase to user")
88
public class AttributesApplyPhraseToUserDTO {
99

10-
@Schema(example = "true")
11-
public boolean isSuccess;
12-
1310
@Schema(example = "true")
1411
public boolean isApproved;
1512

0 commit comments

Comments
 (0)