From fe9a8715af847bd6763529aff256beb93017ea3e Mon Sep 17 00:00:00 2001 From: Scruffy Nerf Date: Mon, 1 Jan 2024 17:53:22 -0500 Subject: [PATCH] fixes query that aged badly --- plugins/stats/stats.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/stats/stats.js b/plugins/stats/stats.js index 6aa22c4f..05554933 100644 --- a/plugins/stats/stats.js +++ b/plugins/stats/stats.js @@ -19,8 +19,8 @@ const reqData = { "variables": { "scene_filter": { - "stash_id": { - "value": "", + "stash_id_endpoint": { + "stash_id": "", "modifier": "NOT_NULL" } }