Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: preserves objectids in deepCopyObject (#7385)
## Description The `deepCopyObject` function was cannibalizing ObjectIDs, which conflicted with the ability to surface them from the MongoDB adapter. Now, the `deepCopyObject` function will simply pass through ObjectIDs rather than break them.
- Loading branch information