79447733

Date: 2025-02-18 09:35:01
Score: 1.5
Natty:
Report link

You need to add populate: true

after where: {partner_id}

Example:

const entity = await strapi.db.query("api::article.article").findOne({ where: { slug }, populate: true });

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: MrAhmed