mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
fix: tags selection
This commit is contained in:
parent
770c638d03
commit
3f896a106f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ module.exports = {
|
|||
})) {
|
||||
return res.sendStatus(404)
|
||||
}
|
||||
const events = await eventController._select({ tag, show_recurrent: true, show_multidate: true, start: 0, reverse: true, include_description: true })
|
||||
const events = await eventController._select({ tags: tag, show_recurrent: true, show_multidate: true, start: 0, reverse: true, include_description: true })
|
||||
switch (format) {
|
||||
case 'rss':
|
||||
return exportController.feed(req, res, events,
|
||||
|
|
Loading…
Reference in a new issue