Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deleteAllObjects problem #19

Open
tertmax opened this issue Aug 19, 2019 · 0 comments
Open

deleteAllObjects problem #19

tertmax opened this issue Aug 19, 2019 · 0 comments

Comments

@tertmax
Copy link

tertmax commented Aug 19, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant