jarrodconnolly / sequelize-slugify

Sequelize Slugify is a plugin for the Sequelize ORM that automatically creates and updates unique, URL safe slugs for your database models.
https://sequelize-slugify.nestedquotes.ca/
MIT License
56 stars 27 forks source link

Check if next callback exists before calling #13

Closed gleuch closed 7 years ago

gleuch commented 7 years ago

Sequelize v4 no longer supports callbacks and thus no longer provides a callback to execute, per sequelize/sequelize#7792