nielsgl / sequelize-paper-trail

Sequelize plugin for tracking revision history of model instances.
MIT License
95 stars 69 forks source link

Fixed user tracking not setting user id on revision #90

Open mrstebo opened 5 years ago

mrstebo commented 5 years ago

This fixes #89 by calling the set method for the association.

I have also added a test to make sure that this works.