Skip to content

Commit f54d6e0

Browse files
committed
[BOOK-437] chore: 주석 처리된 코드 삭제
1 parent 74ea145 commit f54d6e0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

core/data/impl/src/main/kotlin/com/ninecraft/booket/core/data/impl/repository/DefaultUserRepository.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@ internal class DefaultUserRepository @Inject constructor(
8484
}
8585
}
8686

87-
// private suspend fun getLocalFcmToken(): String = notificationDataSource.fcmToken.first()
88-
//
89-
// private suspend fun setFcmToken(fcmToken: String) {
90-
// notificationDataSource.setFcmToken(fcmToken)
91-
// }
92-
9387
private suspend fun getDeviceId(): String {
9488
return try {
9589
firebaseInstallations.id.await()

0 commit comments

Comments
 (0)