From 3969f75537dde5053bf79055c9ffd2f882b36249 Mon Sep 17 00:00:00 2001 From: DevilXD <4180725+DevilXD@users.noreply.github.com> Date: Wed, 16 Jul 2025 08:02:27 +0200 Subject: [PATCH] Update inventory GQL hash --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index 56a2375..5da804c 100644 --- a/constants.py +++ b/constants.py @@ -302,7 +302,7 @@ GQL_OPERATIONS: dict[str, GQLOperation] = { # returns all in-progress campaigns "Inventory": GQLOperation( "Inventory", - "09acb7d3d7e605a92bdfdcc465f6aa481b71c234d8686a9ba38ea5ed51507592", + "d86775d0ef16a63a33ad52e80eaff963b2d5b72fada7c991504a57496e1d8e4b", variables={ "fetchRewardCampaigns": False, }