We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3b8e4 commit b1273e5Copy full SHA for b1273e5
discussions.py
@@ -52,7 +52,6 @@ def get_discussions(token: str, search_query: str, ghe: str):
52
# Remove the type:discussions filter from the search query
53
search_query = search_query.replace("type:discussions ", "")
54
55
-
56
# Send the GraphQL request
57
api_endpoint = f"{ghe}/api" if ghe else "https://api.github.com"
58
headers = {"Authorization": f"Bearer {token}"}
0 commit comments