Fix set attr name get model

This commit is contained in:
Jim Laurie 2018-03-15 10:42:23 +01:00
parent 81a1a382ad
commit d77fb19592

View File

@ -91,7 +91,7 @@ module.exports = {
} }
attributes.push({ attributes.push({
name, name: attr,
params params
}); });
}); });