1
0

Apply suggestions

This commit is contained in:
Marie
2024-12-09 05:58:25 +01:00
parent 1d0fd4c40b
commit 152cc07483
3 changed files with 9 additions and 4 deletions
@@ -360,7 +360,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
}, {
delay,
removeOnComplete: true,
jobId: noteId,
jobId: `schedNote:${noteId}`,
});
}