Skip to content

Commit

Permalink
Added missing key to GQL query
Browse files Browse the repository at this point in the history
Description was not fetched.
  • Loading branch information
Pickysaurus committed Aug 25, 2024
1 parent e329b08 commit 6f0d7b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/queries/v2-modsbymodid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ query Mods($mods: [CompositeDomainWithIdInput!]!, $count: Int!, $offset: Int!) {
createdAt
updatedAt
summary
description
status
author
uploader {
Expand Down

0 comments on commit 6f0d7b2

Please sign in to comment.