patch note roles

This commit is contained in:
Toby Kohlhagen
2025-10-01 18:00:09 +10:00
parent dee549095b
commit e383bb86d5
+1 -1
View File
@@ -106,7 +106,7 @@ export default function (app: App) {
notes: notes.map(note => ({
id: note.id,
author: {
role: user.role,
role: note.user.role,
id: note.user.id,
name: note.user.name
},