diff --git a/index.js b/index.js index 53f6cb1..6b059a9 100644 --- a/index.js +++ b/index.js @@ -31,7 +31,6 @@ module.exports = { query.type = type; // copy over options - query.options = {}; for(var i in options) query.options[i] = options[i]; activeQueries.push(query);