Apply suggestions
This commit is contained in:
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}`,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue