You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to delete all records within one entity using 'deleteAllObjects<T: Stored>(of type: T.Type, completion: @escaping (Result<()>) -> Void)'
And I've met the following problem: records are not being deleted, observe closure isn't called.
With func 'delete<T: Stored>(_ objects: [T], completion: @escaping (Result<()>) -> Void)' everything works as expected.
The text was updated successfully, but these errors were encountered:
I'm trying to delete all records within one entity using 'deleteAllObjects<T: Stored>(of type: T.Type, completion: @escaping (Result<()>) -> Void)'
And I've met the following problem: records are not being deleted, observe closure isn't called.
With func 'delete<T: Stored>(_ objects: [T], completion: @escaping (Result<()>) -> Void)' everything works as expected.
The text was updated successfully, but these errors were encountered: