This commit is contained in:
syuilo 2018-03-07 18:56:55 +09:00
parent 7f0b9d933d
commit a53874edc2
2 changed files with 9 additions and 1 deletions

View file

@ -4,6 +4,10 @@ module.exports = (params, user) => new Promise(async (res, rej) => {
// Find session
const invitations = await Matching.find({
child_id: user._id
}, {
sort: {
_id: -1
}
});
// Reponse