Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #98 from ExNexu/patch-1
Browse files Browse the repository at this point in the history
Fixes influx_test.js
  • Loading branch information
jipperinbham committed Jul 17, 2015
2 parents b568830 + e69d2a4 commit f9a23b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/transformers/influx_test.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = function(doc) { doc["data"] = _.pick(doc, ["_id", "download_count"]); return doc }
module.exports = function(doc) { doc["data"] = _.pick(doc.data, ["_id", "download_count"]); return doc }

0 comments on commit f9a23b9

Please sign in to comment.