From b864290cac9e701fe8367d26dbbd3c21325e94a7 Mon Sep 17 00:00:00 2001 From: k00b Date: Mon, 28 Apr 2025 19:18:40 -0500 Subject: [PATCH] fix boost prediction --- api/resolvers/item.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/resolvers/item.js b/api/resolvers/item.js index 720d4ca9..b62ed09e 100644 --- a/api/resolvers/item.js +++ b/api/resolvers/item.js @@ -700,7 +700,7 @@ export default { parentId: null, OR: [ { invoiceActionState: 'PAID' }, - { invoiceActionState: { is: null } } + { invoiceActionState: null } ] } if (id) {