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

Commit 31ec3a19 by Martin Aspeli

Fix typo in interface method name

1 parent 65db2ad0
Showing with 1 additions and 1 deletions
......@@ -164,7 +164,7 @@ module.exports = (function() {
OR a string with conditions (e.g. 'name="foo"').
If you use a string, you have to escape it on your own.
*/
deleteQuery: function(tableName, where, options) {
bulkDeleteQuery: function(tableName, where, options) {
throwMethodUndefined('bulkDeleteQuery')
},
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!