Skip to content

Commit

Permalink
Update Inventory GQL hash
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilXD committed Oct 12, 2024
1 parent f11e334 commit e79ab9d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,10 @@ def with_variables(self, variables: JsonType) -> GQLOperation:
# returns all in-progress campaigns
"Inventory": GQLOperation(
"Inventory",
"37fea486d6179047c41d0f549088a4c3a7dd60c05c70956a1490262f532dccd9",
# no variables needed
"09acb7d3d7e605a92bdfdcc465f6aa481b71c234d8686a9ba38ea5ed51507592",
variables={
"fetchRewardCampaigns": False,
}
),
# returns current state of drops (current drop progress)
"CurrentDrop": GQLOperation(
Expand Down

0 comments on commit e79ab9d

Please sign in to comment.