Fix indentation
This commit is contained in:
parent
87c6a36823
commit
949907beb3
1 changed files with 4 additions and 4 deletions
|
@ -60,11 +60,11 @@ export class AutoDeleteNotesProcessorService {
|
||||||
.getMany();
|
.getMany();
|
||||||
|
|
||||||
for (const note of notes) {
|
for (const note of notes) {
|
||||||
if (pinnedNoteIds.includes(note.id)) {
|
if (pinnedNoteIds.includes(note.id)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
await this.noteDeleteService.delete(user, note);
|
await this.noteDeleteService.delete(user, note);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue