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
 			});
 		}));
 	}