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

Commit db026f5a by Frank0628

No functional change,remove a comma

just remove a comma.for some IDE alerts
1 parent ac040044
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!