Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: yihong0618 <[email protected]>
  • Loading branch information
yihong0618 committed Sep 29, 2024
1 parent 6d5d9b3 commit f33969d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_page/nike_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Nike:
def __init__(self, access_token):
self.client = httpx.Client()

# HINT: if you have old nrc refresh_token un comments this liens it still works
# HINT: if you have old nrc refresh_token un comments this lines it still works

# response = self.client.post(
# TOKEN_REFRESH_URL,
Expand Down

0 comments on commit f33969d

Please sign in to comment.