From 0f3a7841b7a99a53ddb9186e2ffc8ef2c18e332d Mon Sep 17 00:00:00 2001 From: DevilXD <4180725+DevilXD@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:51:04 +0200 Subject: [PATCH] Update GQL campaign details operation --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index b66a7db5..35a45317 100644 --- a/constants.py +++ b/constants.py @@ -311,7 +311,7 @@ def with_variables(self, variables: JsonType) -> GQLOperation: # returns extended information about a particular campaign "CampaignDetails": GQLOperation( "DropCampaignDetails", - "e5916665a37150808f8ad053ed6394b225d5504d175c7c0b01b9a89634c57136", + "e7acdecb05429a62f5984bdcb27ee938ae20543579bf73c3ae44e7c822bc4f54", variables={ "channelLogin": ..., # user login "dropID": ..., # campaign ID