Skip to content

Commit

Permalink
Add bookSeries id attribute to findAllExpandedWhere
Browse files Browse the repository at this point in the history
  • Loading branch information
mikiher committed Jan 26, 2025
1 parent e096da1 commit 9b4732c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/models/LibraryItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class LibraryItem extends Model {
{
model: this.sequelize.models.series,
through: {
attributes: ['sequence']
attributes: ['id', 'sequence']
}
}
]
Expand Down

0 comments on commit 9b4732c

Please sign in to comment.