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

types(documentarray): fixed type of DocumentArray constructor parameter #13183

Merged
merged 1 commit into from Mar 17, 2023

Conversation

lpizzinidev
Copy link
Contributor

Summary
As a result of this feedback, fixes the bug introduced by #13089 changing the type of DocumentArray constructor's parameter to AnyObject[].

Closes #13087

@vkarpov15 vkarpov15 added this to the 7.0.3 milestone Mar 17, 2023
@vkarpov15 vkarpov15 merged commit 5b75e10 into Automattic:master Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DocumentArray constructor accepts array of any type what can cause runtime error
2 participants