Update packages/strapi-plugin-content-type-builder/controllers/ContentTypeBuilder.js

Co-Authored-By: entwicklerfr <39570370+entwicklerfr@users.noreply.github.com>
This commit is contained in:
Jim LAURIE 2018-10-27 02:06:20 +02:00 committed by GitHub
parent aada9332a5
commit 51618f651f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ module.exports = {
modelJSON.connection = connection; modelJSON.connection = connection;
modelJSON.collectionName = collectionName; modelJSON.collectionName = collectionName;
modelJSON.info = { modelJSON.info = {
name: name, name,
description: _description description: _description
}; };
modelJSON.attributes = formatedAttributes; modelJSON.attributes = formatedAttributes;