mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-19 07:27:02 +01:00
project cleanup
This commit is contained in:
@@ -648,7 +648,7 @@ public final class ListMonitor<O: DynamicObject>: Hashable {
|
||||
*/
|
||||
public func refetch(
|
||||
_ fetchClauses: FetchClause...,
|
||||
sourceIdentifier: Any?
|
||||
sourceIdentifier: Any? = nil
|
||||
) {
|
||||
|
||||
self.refetch(
|
||||
@@ -668,7 +668,7 @@ public final class ListMonitor<O: DynamicObject>: Hashable {
|
||||
*/
|
||||
public func refetch(
|
||||
_ fetchClauses: [FetchClause],
|
||||
sourceIdentifier: Any?
|
||||
sourceIdentifier: Any? = nil
|
||||
) {
|
||||
|
||||
self.refetch(
|
||||
|
||||
Reference in New Issue
Block a user