Skip to content

Commit

Permalink
remove unnecessary fields from the category query
Browse files Browse the repository at this point in the history
  • Loading branch information
Robonau authored and Robonau committed Nov 10, 2024
1 parent 83ae041 commit 3373a99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/widgets/suwayomi/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,9 @@ function makeBody(fieldsSet, category = "all") {
query: `
query category($id: Int!) {
category(id: $id) {
name
# name
mangas {
nodes {
title
chapters {
nodes {
isRead
Expand Down

0 comments on commit 3373a99

Please sign in to comment.