We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7c17d commit 7dea334Copy full SHA for 7dea334
1 file changed
data/auth/src/main/java/com/terning/data/auth/mapper/SignInResponseMapper.kt
@@ -10,5 +10,4 @@ fun SignInResponseDto.toSignInResponse(): SignInResponse =
10
userId = userId,
11
authId = authId,
12
authType = authType,
13
- // fcmTokenReissueRequired = fcmTokenReissueRequired
14
)
0 commit comments