Skip to content

Commit

Permalink
fix/#134 코드리뷰 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
hooni0918 committed Jul 8, 2024
1 parent cf1474c commit f437062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import Foundation


// MARK: - ReissueResponseModel

struct ReissueResponseModel: Codable {
let accessToken, refreshToken: String?
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import Foundation


// MARK: - SocialLoginRequestModel
// MARK: - SocialLoginResponseModel

struct SocialLoginResponseModel: Codable {
let name, accessToken, refreshToken: String?
Expand Down

0 comments on commit f437062

Please sign in to comment.