Skip to content

Commit 0d1014d

Browse files
committed
fix: ignore args from refresh_token()
1 parent 571f83e commit 0d1014d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • examples/calling-apis/llama-index-examples/src/auth0

examples/calling-apis/llama-index-examples/src/auth0/auth0_ai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
auth0_ai = Auth0AI()
99

1010

11-
async def refresh_token():
11+
async def refresh_token(*args, **kwargs):
1212
store_options = {"request": request}
1313
auth_session = await auth0.get_session(store_options=store_options)
1414
return auth_session.get("refresh_token")

0 commit comments

Comments
 (0)