Skip to content

Commit

Permalink
fix(#53): isDuplicated to duplicated (wrong field fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
KimDoubleB committed Jan 23, 2023
1 parent fa021b1 commit 8fad931
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package site.archive.dto.v1.archive

data class EmailDuplicateResponseDtoV1(val isDuplicatedEmail: Boolean)
data class EmailDuplicateResponseDtoV1(val duplicatedEmail: Boolean)

0 comments on commit 8fad931

Please sign in to comment.