Skip to content

Commit

Permalink
Merge pull request #231 from DroidKaigi/MrSmart00/feature/update-kmp
Browse files Browse the repository at this point in the history
Rename sponsorRepository function
  • Loading branch information
MrSmart00 authored Aug 4, 2024
2 parents b4eaa1a + e22a8bd commit be5373a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-ios/Sources/KMPClient/LiveKey.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ extension StaffClient: DependencyKey {
extension SponsorsClient: DependencyKey {
public static let liveValue: SponsorsClient = .init(
streamSponsors: {
sponsorsRepository.sponsors().eraseToThrowingStream()
sponsorsRepository.getSponsorStream().eraseToThrowingStream()
}
)
}
Expand Down

0 comments on commit be5373a

Please sign in to comment.