Skip to content

Commit

Permalink
fix: headers bugs w/ non-subgraph apis
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMochan committed Apr 13, 2023
1 parent 6e14b89 commit 7749f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subgrounds/subgrounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def execute_document(doc: Document) -> dict:
)
else:
return client.query(
doc.url, doc.graphql, variables=doc.variables, headers=headers
doc.url, doc.graphql, variables=doc.variables, headers=self.headers
)

def transform_doc(transforms: list[DocumentTransform], doc: Document) -> dict:
Expand Down

0 comments on commit 7749f8f

Please sign in to comment.