Skip to content

Commit

Permalink
fix: Crash in CoreDataQueryMonitor from realizing faults
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Nov 28, 2024
1 parent 5097260 commit ea4e77a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ final class CoreDataQueryMonitor<

request.predicate = predicate
request.sortDescriptors = sortDescriptors
request.returnsObjectsAsFaults = false

self.request = request
self.context = context
Expand Down

0 comments on commit ea4e77a

Please sign in to comment.