Skip to content

Commit

Permalink
Fix SelectUser Button
Browse files Browse the repository at this point in the history
  • Loading branch information
petermcneil committed Oct 3, 2024
1 parent 34299cf commit f44a303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,5 @@ iOSInjectionProject/
ehthumbs.db
Thumbs.db
Shared/Generated/Strings.swift

.idea
1 change: 0 additions & 1 deletion Shared/ViewModels/SelectUserViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class SelectUserViewModel: ViewModel, Eventful, Stateful {

var events: AnyPublisher<Event, Never> {
eventSubject
.receive(on: RunLoop.main)
.eraseToAnyPublisher()
}

Expand Down

0 comments on commit f44a303

Please sign in to comment.