Hello everyone!
I'm trying to make a wrapper around sequelize mixins and I stumbled upon this.
If I understood the mixing correctly, the createModel mixin for hasOne association does not seem to have the correct typing for the creation values (accessible from Model["_creationAttributes"]).
Do these changes make sense ?
If yes, I can replicate them to all other association types.
Hello everyone! I'm trying to make a wrapper around sequelize mixins and I stumbled upon this. If I understood the mixing correctly, the
createModel
mixin forhasOne
association does not seem to have the correct typing for the creation values (accessible from Model["_creationAttributes"]).Do these changes make sense ?
If yes, I can replicate them to all other association types.