fix place and tag pages

This commit is contained in:
lesion
2023-04-05 16:15:41 +02:00
parent f31e7ae2c1
commit 2134903c43
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ module.exports = {
const format = req.params.format || 'json'
log.debug(`Events for place: ${placeName}`)
const events = await eventController._select({ places: String(place.id), show_recurrent: true, reverse: true, start_datetime: 0 })
const events = await eventController._select({ places: String(place.id), show_recurrent: true, reverse: true, start: 0 })
switch (format) {
case 'rss':