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

Commit 2cf9d4f8 by Daniel Durante

Fixed typo in lib/dao-factory for schemaDelimiter

1 parent 38a1458e
Showing with 1 additions and 1 deletions
...@@ -18,7 +18,7 @@ module.exports = (function() { ...@@ -18,7 +18,7 @@ module.exports = (function() {
paranoid: false, paranoid: false,
whereCollection: null, whereCollection: null,
schema: null, schema: null,
scheamDelimiter: '' schemaDelimiter: ''
}, options || {}) }, options || {})
this.name = name this.name = name
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!