fix transform method calls #28

Merged
OrdisPrime merged 16 commits from main into main 2023-07-27 13:15:15 -07:00
OrdisPrime commented 2023-07-27 13:13:18 -07:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No description provided.