Skip to content

Commit

Permalink
Add assertion to get right GQL url
Browse files Browse the repository at this point in the history
  • Loading branch information
U-lis committed Aug 14, 2024
1 parent e2dbfe8 commit 00aba1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/_graphql.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

class GQL:
def __init__(self, url: str, jwt_secret: str = None):
assert url is not None
self._url = url
self.__jwt_secret = jwt_secret
self.client = None
Expand Down

0 comments on commit 00aba1b

Please sign in to comment.