Skip to content

Commit dc8a112

Browse files
committed
fix: condition query
1 parent 5798085 commit dc8a112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

back/api/application/controllers/application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ module.exports = {
6868
const applications = await strapi.services.application.find(
6969
{
7070
id,
71-
status: ['validated', 'confirmed'],
71+
status_in: ['validated', 'confirmed'],
7272
},
7373
[
7474
'id',

0 commit comments

Comments
 (0)