Skip to content

Commit

Permalink
Remove TODO in AuthRepository.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
jja08111 committed Jan 25, 2024
1 parent 9ab4179 commit 3c4449a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import kotlinx.coroutines.flow.Flow

interface AuthRepository {

// TODO: :domain 모듈을 만들고 GetCurrentUserIdUseCase 클래스 생성하기
val currentUserIdStream: Flow<String?>

/**
Expand Down

0 comments on commit 3c4449a

Please sign in to comment.