Closed Lucky-victory closed 2 years ago
Hey there @Lucky-victory,
Could you please fix the merge conflicts and also remove the extension added to the express.Request
object for simplicity.
Cuz, express
itself allows you to chain whatever you want to the Request/Response
objects. Even though, it is a great idea from you, but for simplicity sake and for new comers, removing it will more natural.
Thanks in advance. Massiles.
Ok, let me do that right away.
This PR should not be merged for a few reasons.
Events
instead of Event
.You are welcome to fire up a new PR with these issues fixed.
Hope that is clear. Massiles.
what I did.
user
to thereq
objectI also removed the
Models
from theglobal
object and exported them instead since it was causing a bug.