Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit beb7bd5

Browse files
committed
enabled release sorting
1 parent ecaddab commit beb7bd5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/routes/games/helpers.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ function renderPage(req, res, template, populate=null)
5353
if (populate){
5454
game.populate({
5555
path: populate,
56-
//Note: Removed this line because it was preventing access to the privileges page
57-
// options: { sort: { 'updated': -1 } }
56+
options: { sort: { 'updated': -1 } }
5857
});
5958
};
6059
},

0 commit comments

Comments
 (0)