Fix bug
This commit is contained in:
parent
a1e6bb6fa3
commit
9b4778c05f
@ -349,7 +349,7 @@ export default async (user: IUser, data: {
|
|||||||
|
|
||||||
// Create notification
|
// Create notification
|
||||||
notify(mentionee._id, user._id, 'mention', {
|
notify(mentionee._id, user._id, 'mention', {
|
||||||
note_id: note._id
|
noteId: note._id
|
||||||
});
|
});
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user