notes now fully implemented!

This commit is contained in:
Toby Kohlhagen
2025-10-01 17:07:29 +10:00
parent 3ffb60f8b4
commit df2bd5aebb
+1
View File
@@ -106,6 +106,7 @@ export default function (app: App) {
notes: notes.map(note => ({
id: note.id,
author: {
role: user.role,
id: note.user.id,
name: note.user.name
},