Skip to content

Commit

Permalink
comment out undefined function line
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpricethesecond committed Sep 5, 2024
1 parent a8bec6b commit e8ab18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def get_transfer_client(client_id, refresh_token, access_token):
access_token=access_token,
expires_at=expires_at
)
get_token_introspect(client_id, refresh_token)
# get_token_introspect(client_id, refresh_token)
transfer_client = globus_sdk.TransferClient(authorizer=authorizer)
return transfer_client

Expand Down

0 comments on commit e8ab18e

Please sign in to comment.