-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed oneVideo TypeError when consentData is undefined #4788
Fixed oneVideo TypeError when consentData is undefined #4788
Conversation
Tagging @DeepthiNeeladri on this PR to get their input, as they seem to be the main maintainer for the adapter. |
In order to prevent |
Thanks for finding the issue. agree with @DecayConstant about adding consentData && consentData.consentString and changes look fine to me |
Will update, thanks! |
@DecayConstant @DeepthiNeeladri The PR is updated with the |
@idettman review pls |
@jsnellbaker @DecayConstant @idettman review pls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Type of change
Description of change
Set a default value for
consentData
ingetUserSyncs
to avoid a TypeError.Other information
Fixes #4787