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

Commit f6fe7e35 by Jan Aagaard Meier

Fix typo in abstract query generator

1 parent 8c7f557e
Showing with 1 additions and 1 deletions
...@@ -297,7 +297,7 @@ module.exports = (function() { ...@@ -297,7 +297,7 @@ module.exports = (function() {
} else if (Utils._.isObject(obj) && 'raw' in obj) { } else if (Utils._.isObject(obj) && 'raw' in obj) {
return obj.raw return obj.raw
} else { } else {
throw new Error('Unknown structure passed to order / group: ' + JSON.stringify(ojb)) throw new Error('Unknown structure passed to order / group: ' + JSON.stringify(obj))
} }
}, },
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!