Skip to content

Commit

Permalink
style: 주석 변경(#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
sozohoy committed Feb 8, 2024
1 parent b7ef101 commit f305277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SUWIKI/SUWIKI/Data/DTO/User/Request/DTO+JoinRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation

extension DTO {
struct JoinRequest: Encodable {
/// 아이디
/// 유저 아이디
let loginId: String
/// 패스워드
let password: String
Expand Down
2 changes: 1 addition & 1 deletion SUWIKI/SUWIKI/Data/DTO/User/Request/DTO+LoginRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation

extension DTO {
struct LoginRequest: Encodable {
/// ID
/// 유저 아이디
let loginId: String
/// PWD
let password: String
Expand Down

0 comments on commit f305277

Please sign in to comment.