Skip to content

Commit

Permalink
Change to RealmAppLanguage
Browse files Browse the repository at this point in the history
  • Loading branch information
levieggertcru committed Nov 8, 2024
1 parent aa566ff commit d790112
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class RealmAppLanguagesCache {
func observeChangesPublisher() -> AnyPublisher<Void, Never> {

return realmDatabase
.observeCollectionChangesPublisher(objectClass: RealmLanguage.self, prepend: true)
.observeCollectionChangesPublisher(objectClass: RealmAppLanguage.self, prepend: true)
.eraseToAnyPublisher()
}

Expand Down

0 comments on commit d790112

Please sign in to comment.