We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a118c commit fe9fb69Copy full SHA for fe9fb69
src/application/services/useNote.ts
@@ -378,7 +378,7 @@ export default function (options: UseNoteComposableOptions): UseNoteComposableSt
378
379
// Recursively update child notes
380
if (hierarchy.childNotes) {
381
- hierarchy.childNotes.forEach((child) => updateNoteHierarchyContent(child, title));
+ hierarchy.childNotes.forEach(child => updateNoteHierarchyContent(child, title));
382
}
383
384
0 commit comments