fix update to exact gms location type

This commit is contained in:
einhornimmond 2025-04-16 13:10:33 +02:00
parent 3690e62736
commit 58b006193f

View File

@ -45,7 +45,7 @@ export function compareGmsRelevantUserSettings(
return true
}
if (
updateUserInfosArgs.gmsPublishLocation &&
updateUserInfosArgs.gmsPublishLocation !== undefined &&
(orgUser.gmsPublishLocation as GmsPublishLocationType) !==
updateUserInfosArgs.gmsPublishLocation
) {