You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update attributes is deprecated from Sequelize, so all occurrences of updateAttributes in the model objects is not working anymore and can cause breaking in the system.
We need to replace all the occurrences to use the right way, which is:
Update attributes is deprecated from Sequelize, so all occurrences of
updateAttributes
in the model objects is not working anymore and can cause breaking in the system.We need to replace all the occurrences to use the right way, which is:
The text was updated successfully, but these errors were encountered: