From a53874edc265f6cd1aab54dbbbfcd996e81aec17 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 7 Mar 2018 18:56:55 +0900 Subject: wip --- src/api/endpoints/othello/invitations.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/api/endpoints/othello/invitations.ts') diff --git a/src/api/endpoints/othello/invitations.ts b/src/api/endpoints/othello/invitations.ts index f462ef0bf9..02fb421fbc 100644 --- a/src/api/endpoints/othello/invitations.ts +++ b/src/api/endpoints/othello/invitations.ts @@ -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 -- cgit v1.2.3-freya