233 added an explicit list of attributes to include for joined models in the GET queue endpoint. This change was introduced as a workaround to https://github.com/sequelize/sequelize/issues/10399, but failed to properly include every necessary attribute.
sequelize v5.2.13 fixed the original issue, so we can revert this behavior.
233 added an explicit list of attributes to include for joined models in the GET queue endpoint. This change was introduced as a workaround to https://github.com/sequelize/sequelize/issues/10399, but failed to properly include every necessary attribute.
sequelize
v5.2.13 fixed the original issue, so we can revert this behavior.