Skip to content

Commit

Permalink
Update server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hariombalhara authored Jan 17, 2025
1 parent 0d0ca15 commit bb194f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/domainWideDelegation/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ export function getFirstDwdConferencingCredentialAppLocation({
}) {
const dwdConferencingCredential = getFirstDwdConferencingCredential({ credentials });
if (dwdConferencingCredential?.appId === googleMeetMetadata.slug) {
return googleMeetMetadata.appData.location?.type ?? null;
return googleMeetMetadata.appData?.location?.type ?? null;
}
return null;
}

0 comments on commit bb194f7

Please sign in to comment.