We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5798085 commit dc8a112Copy full SHA for dc8a112
back/api/application/controllers/application.js
@@ -68,7 +68,7 @@ module.exports = {
68
const applications = await strapi.services.application.find(
69
{
70
id,
71
- status: ['validated', 'confirmed'],
+ status_in: ['validated', 'confirmed'],
72
},
73
[
74
'id',
0 commit comments