Change hiding workshops from 14 to 8 days old
This commit is contained in:
@@ -150,7 +150,7 @@ const handleLoad = async () => {
|
||||
|
||||
if (!filterDateRange.value || filterDateRange.value.length === 0) {
|
||||
const now = new Date();
|
||||
const startingDate = new Date(now.setDate(now.getDate() - 14));
|
||||
const startingDate = new Date(now.setDate(now.getDate() - 8));
|
||||
|
||||
query["end_at"] =
|
||||
">" +
|
||||
|
||||
Reference in New Issue
Block a user