summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/services/note/create.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/note/create.ts b/src/services/note/create.ts
index aac207cc12..8f0b84bccd 100644
--- a/src/services/note/create.ts
+++ b/src/services/note/create.ts
@@ -349,7 +349,7 @@ export default async (user: IUser, data: {
// Create notification
notify(mentionee._id, user._id, 'mention', {
- note_id: note._id
+ noteId: note._id
});
}));
}