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

cant delete row/data #1838

Open
raihanevanza opened this issue Sep 19, 2024 · 1 comment
Open

cant delete row/data #1838

raihanevanza opened this issue Sep 19, 2024 · 1 comment

Comments

@raihanevanza
Copy link

await database.write(async () => {
const pipelineToDelete = await findPipelineById(id);
await pipelineToDelete.destroyPermanently();
});

i can't delete the row with this error :

  • Error deleting pipeline: [TypeError: Cannot assign to read-only property '_status'].

how i can fix this?

@Lugdu84
Copy link

Lugdu84 commented Oct 27, 2024

Show your code 😉

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

2 participants