Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
Fix bug 924528 - Load makes in descending order
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuck committed Oct 9, 2013
1 parent 788f1cb commit 2c6dd3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/data.js
Expand Up @@ -11,6 +11,7 @@ module.exports.createClient = function createClient(url) {
makeapi
.user(user)
.limit(1000)
.sortByField('updatedAt', 'desc')
.then(function(err, makes, total) {
if (err) {
return callback(err);
Expand Down

0 comments on commit 2c6dd3d

Please sign in to comment.