不要怂,就是干,撸起袖子干!

Commit 96380d2e by Mick Hansen

Merge pull request #3310 from Frank0628/master

No functional change,remove a comma
2 parents ac040044 db026f5a
Showing with 1 additions and 1 deletions
...@@ -547,7 +547,7 @@ module.exports = (function() { ...@@ -547,7 +547,7 @@ module.exports = (function() {
plural: Utils.inflection.pluralize(modelName), plural: Utils.inflection.pluralize(modelName),
singular: Utils.inflection.singularize(modelName) singular: Utils.inflection.singularize(modelName)
}, },
indexes: [], indexes: []
}, options); }, options);
options.omitNull = globalOptions.omitNull; options.omitNull = globalOptions.omitNull;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!