This commit is contained in:
Abdessamad MOUHASSINE 2019-03-12 08:58:45 +01:00 committed by GitHub
parent 3d7fa99807
commit 3bd55e0e88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -237,7 +237,7 @@ module.exports = {
qb.limit(_.toNumber(filters.limit));
}
}).fetchAll({
width: populate
withRelated: populate
});
}
};