diff --git a/packages/lib/domainWideDelegation/server.ts b/packages/lib/domainWideDelegation/server.ts index 9a111329aace4b..112dfa77aee725 100644 --- a/packages/lib/domainWideDelegation/server.ts +++ b/packages/lib/domainWideDelegation/server.ts @@ -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; }