fix transform method calls #28
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Transform has changed in a recent mongoose update and as dependabot updated mongoose the calls were broken.
returnedObject is now a Record<String, any> which is the same as an any object.