Skip to content

Commit fe9fb69

Browse files
authored
Update useNote.ts
1 parent 50a118c commit fe9fb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/application/services/useNote.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ export default function (options: UseNoteComposableOptions): UseNoteComposableSt
378378

379379
// Recursively update child notes
380380
if (hierarchy.childNotes) {
381-
hierarchy.childNotes.forEach((child) => updateNoteHierarchyContent(child, title));
381+
hierarchy.childNotes.forEach(child => updateNoteHierarchyContent(child, title));
382382
}
383383
}
384384

0 commit comments

Comments
 (0)