fix typo and correctly call handleCreatedNote in BackgroundTaskProcessorService.ts

This commit is contained in:
Hazelnoot 2025-06-19 16:13:16 -04:00
parent a45e264574
commit ec6ae4c939

View file

@ -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