This commit is contained in:
David Arranz 2019-07-17 16:47:47 +02:00
parent 86d9af63a9
commit 99ae109865

View File

@ -109,8 +109,8 @@ const extraMethods = {
// Incluir
findOptions.include.push({
model: models.EventSchedule,
as: 'schedule',
model: models.EventDetail,
as: 'details',
include: {
model: models.Speaker,
as: 'speaker',