hashPassword user argument is in PascalCase #205
Labels
Good First Issue
Want to contribute? Just filter by this label
Priority: Low
Something worth considering, but not a top priority for the team
Type: Bug
The issue has indentified a bug
Package version
8.2.2
Node.js and npm version
16.17.0
Sample Code (to reproduce the issue)
When you configure the package, it will generate a User model. After the last release, the argument
user
of thehashPassword
method is in PascalCase, so we'ell end up with class name === argument name.BONUS (a sample repo to reproduce the issue)
The text was updated successfully, but these errors were encountered: