Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
cheziyi committed Jun 5, 2024
1 parent 5df134f commit efaf3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/synnax_shared/system_token_issuer.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_token(self) -> str:
return self.refresh_token()

def refresh_token(self) -> str:
logging.info("Refreshing token")
logger.info("Refreshing token")
response = self.lambda_client.invoke(
FunctionName=self.function_name,
InvocationType="RequestResponse",
Expand Down

0 comments on commit efaf3a9

Please sign in to comment.