From 97686353d415471668ae95440fa2fd896394c062 Mon Sep 17 00:00:00 2001 From: DevilXD <4180725+DevilXD@users.noreply.github.com> Date: Mon, 22 Jul 2024 19:50:37 +0200 Subject: [PATCH] Update GQL campaigns operation --- constants.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/constants.py b/constants.py index c4e6ffd4..b66a7db5 100644 --- a/constants.py +++ b/constants.py @@ -303,8 +303,10 @@ def with_variables(self, variables: JsonType) -> GQLOperation: # returns all available campaigns "Campaigns": GQLOperation( "ViewerDropsDashboard", - "8d5d9b5e3f088f9d1ff39eb2caab11f7a4cf7a3353da9ce82b5778226ff37268", - # no variables needed + "5a4da2ab3d5b47c9f9ce864e727b2cb346af1e3ea8b897fe8f704a97ff017619", + variables={ + "fetchRewardCampaigns": False, + } ), # returns extended information about a particular campaign "CampaignDetails": GQLOperation(