Skip to content

Commit

Permalink
fix: modify DTO (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe0929 committed Jun 3, 2024
1 parent d1d7e98 commit cd78a70
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ import Foundation
extension DTO {
struct CreateMemberResponse: Codable {
let status: Int
let data: MemberInfo
}
}

extension DTO.CreateMemberResponse {
struct MemberInfo: Codable {
let created: Bool
let memberId: Int
let id: Int
let name: String
}
}

0 comments on commit cd78a70

Please sign in to comment.