Skip to content

Conversation

@opficdev
Copy link
Owner

@opficdev opficdev self-assigned this Feb 11, 2026
@github-actions
Copy link

❌ iOS CI build failed.

Lines containing 'error:':

/Users/runner/work/SwiftUI_DevLog/SwiftUI_DevLog/DevLog/Presentation/ViewModel/LoginViewModel.swift:53:29: error: value of type 'any AuthSessionUseCase' has no member 'repository'

Code excerpts:

File: /Users/runner/work/SwiftUI_DevLog/SwiftUI_DevLog/DevLog/Presentation/ViewModel/LoginViewModel.swift:53
  51|         self.sessionUseCase = sessionUseCase
  52| 
  53|         self.sessionUseCase.repository.signedInPublisher
  54|             .removeDuplicates()
  55|             .receive(on: DispatchQueue.main)

@opficdev opficdev merged commit 19a665a into develop Feb 11, 2026
1 check passed
@opficdev opficdev deleted the refactor#51-remove-repository-variable branch February 11, 2026 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

모든 유즈케이스 프로토콜에서 리포지토리 변수를 제거한다

1 participant