-
-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
code quality 🧽Relating to code qualityRelating to code qualitygood first issue ✅Good for newcomersGood for newcomers
Milestone
Description
Use ES6 Class syntax with extends instead of utils.inherits
| util.inherits(AuthorizationCodeGrantType, AbstractGrantType); |
| util.inherits(ClientCredentialsGrantType, AbstractGrantType); |
| util.inherits(PasswordGrantType, AbstractGrantType); |
| util.inherits(RefreshTokenGrantType, AbstractGrantType); |
This also occurs in all the errors at lib/errors
Metadata
Metadata
Assignees
Labels
code quality 🧽Relating to code qualityRelating to code qualitygood first issue ✅Good for newcomersGood for newcomers