Skip to content

Commit

Permalink
fix: office365video expiry_date (calcom#15561)
Browse files Browse the repository at this point in the history
* fix: office#65Video expiry_date

* Revert "fix: office#65Video expiry_date"

This reverts commit 6142287.

* Change logger.debug to logger.error for better visibility of all log cases
  • Loading branch information
SomayChauhan authored Jun 26, 2024
1 parent 7f1d45b commit 2b3cb20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function getTokenObjectFromCredential(credential: CredentialPayload) {
const parsedTokenResponse = OAuth2TokenResponseInDbSchema.safeParse(credential.key);

if (!parsedTokenResponse.success) {
logger.debug(
logger.error(
"GoogleCalendarService-getTokenObjectFromCredential",
safeStringify(parsedTokenResponse.error.issues)
);
Expand Down

0 comments on commit 2b3cb20

Please sign in to comment.