Skip to content

Commit

Permalink
StoreAPI: comment unused and erroneous code
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Feb 25, 2024
1 parent 0fa453f commit dfc046f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions rare/components/tabs/store/store_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,13 @@ def __handle_browse_games(self, data, handle_func):
self.browse_games(*self.next_browse_request) # pylint: disable=E1120
self.next_browse_request = tuple(())

def get_game_config_graphql(self, namespace: str, handle_func):
payload = {
"query": config_query,
"variables": {
"namespace": namespace
}
}
# def get_game_config_graphql(self, namespace: str, handle_func):
# payload = {
# "query": config_query,
# "variables": {
# "namespace": namespace
# }
# }

def __make_graphql_query(self):
pass
Expand Down

0 comments on commit dfc046f

Please sign in to comment.