Skip to content

Commit

Permalink
fix: ProductionServer Response에서 isFirstLogined 안내려오는 현상 개선
Browse files Browse the repository at this point in the history
  • Loading branch information
JongPyoAhn committed Dec 11, 2023
1 parent 1d04c28 commit bda3611
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Foundation
/// 처음 로그인 하는 유저의 Response를 담을 Entity
public struct InitialUser {
/// 처음 로그인 하는지 아닌지
public let isFirstLogined: Bool
public let isFirstLogined: Bool?

///
public let mappedUserID: String
Expand Down

0 comments on commit bda3611

Please sign in to comment.