diff --git a/src/services/note/create.ts b/src/services/note/create.ts index aac207cc1..8f0b84bcc 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 }); })); }