Added order
This commit is contained in:
@@ -63,7 +63,6 @@ exports.getFilteredWorships = async (req, res) => {
|
||||
[Op.gte]: new Date(), // Only include events from today onwards
|
||||
};
|
||||
|
||||
console.log(where, order);
|
||||
try {
|
||||
const worships = await Worship.findAll({
|
||||
where,
|
||||
|
||||
Reference in New Issue
Block a user