Skip to content

Commit

Permalink
Merge pull request #210 from trmquang93/main
Browse files Browse the repository at this point in the history
override namespace Observable #trivial
  • Loading branch information
JoeMatt authored May 7, 2024
2 parents 1b2dd19 + dc47fab commit 078eb4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/RxRealm/RxRealm.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import Foundation
import RealmSwift
import RxSwift

public typealias Observable = RxSwift.Observable

public enum RxRealmError: Error {
case objectDeleted
case unknown
Expand Down

0 comments on commit 078eb4f

Please sign in to comment.