Skip to content

Commit

Permalink
fixed typo. #2724
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Dec 6, 2024
1 parent aa45e5e commit bee87a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ private boolean updateAuthToken(MailboxSetup mailbox) throws Exception {
// Calculate token expiry time (current time + expires_in seconds)
long tokenExpiryTime = System.currentTimeMillis() + (expiresIn * 1000l);

log.info("succesfully retrieved new access token for mailbox " + mailbox.getEmailAddress());
log.info("successfully retrieved new access token for mailbox " + mailbox.getEmailAddress());

mailbox.setAuthToken(accessToken);
mailbox.setRefreshToken(refreshToken);
Expand Down

0 comments on commit bee87a6

Please sign in to comment.