We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99be19b commit 051c7eaCopy full SHA for 051c7ea
src/core/commands/start.ts
@@ -15,7 +15,7 @@ export async function start({
15
16
return db.transaction((tx) => {
17
if (activeIntent) {
18
- db.update(intents)
+ tx.update(intents)
19
.set({
20
status: "cancelled",
21
})
0 commit comments