Fix jobs order should be descend by post date
This commit is contained in:
@ -3,7 +3,8 @@ const whereFilt = {
|
||||
isFilled: false,
|
||||
isPaid: true,
|
||||
isApproved: true
|
||||
}
|
||||
},
|
||||
order: 'postedOn DESC'
|
||||
};
|
||||
|
||||
export default function getJobServices(app) {
|
||||
|
Reference in New Issue
Block a user