Fixing pledge entity

This commit is contained in:
2022-01-08 22:10:14 +02:00
parent 69acae4ed2
commit 79f50b6bac

View File

@@ -15,7 +15,7 @@ module.exports = function (options) {
association: db.Pledge.Owner,
include: [
{
association: db.Owner.OwnerEntity,
association: db.Owner.OwnerEntities,
include: [
{
association: db.OwnerEntity.Entity