We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I tried to delete an object using this method:
delete(id){ console.log("Id : " + id); this.db.rel.find('destination', id).then(doc => { return this.db.rel.del('destination', doc).then(data => { console.log(data); }); }); }
The result I get from the console: {deleted: true}
{deleted: true}
But after I refresh the app the object appears again.
The text was updated successfully, but these errors were encountered:
hey @Abdullah-7 did you find the solution? I am having the same issue with this delete function
delete
Sorry, something went wrong.
No branches or pull requests
Hello,
I tried to delete an object using this method:
The result I get from the console:
{deleted: true}
But after I refresh the app the object appears again.
The text was updated successfully, but these errors were encountered: