From f437062f30240cc046b04b13374892ccb2e261f2 Mon Sep 17 00:00:00 2001 From: hooni Date: Mon, 8 Jul 2024 21:30:29 +0900 Subject: [PATCH] =?UTF-8?q?fix/#134=20=EC=BD=94=EB=93=9C=EB=A6=AC=EB=B7=B0?= =?UTF-8?q?=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KkuMulKum/Network/DTO/Model/Auth/ResissueResponseModel.swift | 1 + KkuMulKum/Network/DTO/Model/Auth/SocialLoginResponceModle.swift | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/KkuMulKum/Network/DTO/Model/Auth/ResissueResponseModel.swift b/KkuMulKum/Network/DTO/Model/Auth/ResissueResponseModel.swift index e0c3350b..820dbc93 100644 --- a/KkuMulKum/Network/DTO/Model/Auth/ResissueResponseModel.swift +++ b/KkuMulKum/Network/DTO/Model/Auth/ResissueResponseModel.swift @@ -9,6 +9,7 @@ import Foundation // MARK: - ReissueResponseModel + struct ReissueResponseModel: Codable { let accessToken, refreshToken: String? } diff --git a/KkuMulKum/Network/DTO/Model/Auth/SocialLoginResponceModle.swift b/KkuMulKum/Network/DTO/Model/Auth/SocialLoginResponceModle.swift index 2bbbb31f..1ba1c8cb 100644 --- a/KkuMulKum/Network/DTO/Model/Auth/SocialLoginResponceModle.swift +++ b/KkuMulKum/Network/DTO/Model/Auth/SocialLoginResponceModle.swift @@ -8,7 +8,7 @@ import Foundation -// MARK: - SocialLoginRequestModel +// MARK: - SocialLoginResponseModel struct SocialLoginResponseModel: Codable { let name, accessToken, refreshToken: String?