Skip to content
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

Fix issue in fetchVodCredentials when vodID is a number #4

Merged
merged 1 commit into from
Jan 20, 2021
Merged

Fix issue in fetchVodCredentials when vodID is a number #4

merged 1 commit into from
Jan 20, 2021

Conversation

lucasriondel
Copy link

If vodID is a primitive number type, this will trigger a "TypeError: Cannot read property 'value' of undefined" at line 129 because the query will result in an error "wrong type for ID: float64". Obligatorily turning the vodID into a string fixes the issue.

If vodID is a primitive number type, this will trigger a "TypeError: Cannot read property 'value' of undefined" at line 129 because the query will result in an error "wrong type for ID: float64". Obligatorily turning the vodID into a string fixes the issue.
@anKordii anKordii merged commit 4b4d197 into anKordii:main Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants