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(model): avoid throwing TypeError if bulkSave()'s bulkWrite() fails with a non-BulkWriteError #14993

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

vkarpov15
Copy link
Collaborator

Summary

If bulkWrite() throws any error that doesn't have a writeErrors property, bulkSave() fails with TypeError: Cannot read properties of undefined (reading 'find')

Examples

@vkarpov15 vkarpov15 added this to the 8.8 milestone Oct 29, 2024
@vkarpov15 vkarpov15 merged commit 36e3d9d into master Oct 29, 2024
57 of 58 checks passed
@vkarpov15 vkarpov15 deleted the vkarpov15/bulksave-writeerrors branch October 29, 2024 15:44
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.

1 participant