mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
fix recurrent icon in homepage
This commit is contained in:
parent
b5bf275a94
commit
8cfa908c56
1 changed files with 1 additions and 1 deletions
|
@ -688,7 +688,7 @@ const eventController = {
|
|||
const events = await Event.findAll({
|
||||
where,
|
||||
attributes: {
|
||||
exclude: ['likes', 'boost', 'userId', 'is_visible', 'createdAt', 'description', 'resources', 'recurrent', 'placeId', 'parentId']
|
||||
exclude: ['likes', 'boost', 'userId', 'is_visible', 'createdAt', 'description', 'resources', 'recurrent', 'placeId', 'image_path']
|
||||
},
|
||||
order: [['start_datetime', older ? 'DESC' : 'ASC' ]],
|
||||
include: [
|
||||
|
|
Loading…
Reference in a new issue