Skip to content

Commit

Permalink
fix: condition query
Browse files Browse the repository at this point in the history
  • Loading branch information
baptadn committed Jan 21, 2025
1 parent 5798085 commit dc8a112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back/api/application/controllers/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module.exports = {
const applications = await strapi.services.application.find(
{
id,
status: ['validated', 'confirmed'],
status_in: ['validated', 'confirmed'],
},
[
'id',
Expand Down

0 comments on commit dc8a112

Please sign in to comment.