We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d828a9 commit 4fdcc4cCopy full SHA for 4fdcc4c
1 file changed
jupiterone/client.py
@@ -844,7 +844,7 @@ def update_integration_instance_config_value(
844
845
# remove problem fields from previous response
846
if variables["update"].get("pollingIntervalCronExpression") is not None:
847
- if "__typename" in ["update"]["pollingIntervalCronExpression"]:
+ if "__typename" in variables["update"]["pollingIntervalCronExpression"]:
848
del variables["update"]["pollingIntervalCronExpression"][
849
"__typename"
850
]
0 commit comments