Skip to content

Commit c5fded3

Browse files
committed
fix: Auth 세션 중복 방출 방지
1 parent df90832 commit c5fded3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Application/DevLogData/Sources/Repository/AuthSessionRepositoryImpl.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ final class AuthSessionRepositoryImpl: AuthSessionRepository {
3232

3333
func observeSignedIn() -> AnyPublisher<Bool, Never> {
3434
authService.observeSignedIn()
35+
.removeDuplicates()
3536
.map { [self] isSignedIn in
3637
Future { promise in
3738
Task {

0 commit comments

Comments
 (0)