Skip to content

Commit

Permalink
Fix jobs order should be descend by post date
Browse files Browse the repository at this point in the history
  • Loading branch information
Berkeley Martinez authored and Berkeley Martinez committed Nov 20, 2015
1 parent a60e021 commit 3b63e40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/services/job.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ const whereFilt = {
isFilled: false,
isPaid: true,
isApproved: true
}
},
order: 'postedOn DESC'
};

export default function getJobServices(app) {
Expand Down

0 comments on commit 3b63e40

Please sign in to comment.