fix typo and correctly call handleCreatedNote in BackgroundTaskProcessorService.ts
This commit is contained in:
parent
a45e264574
commit
ec6ae4c939
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ export class BackgroundTaskProcessorService {
|
|||
await this.latestNoteService.handleUpdatedNote(lastEdit, note);
|
||||
} else {
|
||||
// Create
|
||||
await this.latestNoteService.handleDeletedNote(note);
|
||||
await this.latestNoteService.handleCreatedNote(note);
|
||||
}
|
||||
} else {
|
||||
// Delete
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue