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

Commit a46ae47

Browse files
authored
Merge pull request #73 from SpringRoll/bugfix/release-list-order
enabled release sorting
2 parents ecaddab + beb7bd5 commit a46ae47

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)