Skip to content

Commit

Permalink
Merge pull request #210 from scruffynerf/statsfix
Browse files Browse the repository at this point in the history
kudos to @Maista6969 for solving this better than I did...
  • Loading branch information
scruffynerf authored Jan 1, 2024
2 parents 4b28ef3 + 18097c8 commit f8091eb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions plugins/stats/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"variables": {
"scene_filter": {
"stash_id_endpoint": {
"stash_id": "",
"modifier": "NOT_NULL"
}
}
Expand All @@ -44,8 +43,7 @@
const reqData = {
"variables": {
"performer_filter": {
"stash_id": {
"value": "",
"stash_id_endpoint": {
"modifier": "NOT_NULL"
}
}
Expand All @@ -69,8 +67,7 @@
const reqData = {
"variables": {
"studio_filter": {
"stash_id": {
"value": "",
"stash_id_endpoint": {
"modifier": "NOT_NULL"
}
}
Expand Down

0 comments on commit f8091eb

Please sign in to comment.