Skip to content

Commit b864290

Browse files
committed
fix boost prediction
1 parent 9dbd9d8 commit b864290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/resolvers/item.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ export default {
700700
parentId: null,
701701
OR: [
702702
{ invoiceActionState: 'PAID' },
703-
{ invoiceActionState: { is: null } }
703+
{ invoiceActionState: null }
704704
]
705705
}
706706
if (id) {

0 commit comments

Comments
 (0)