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