Skip to content

Commit

Permalink
WHISTLE-788: fix transactions json
Browse files Browse the repository at this point in the history
  • Loading branch information
James Aimonetti committed Feb 3, 2012
1 parent 7c17b83 commit 41d77c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var a = {
{
"_id": "_design/transactions"
,"language": "javascript"
,"views": {
Expand All @@ -14,4 +14,4 @@ var a = {
"map": "function(doc) { if ( (doc.pvt_type != 'credit' && doc.pvt_type != 'debit') || doc.pvt_deleted) return; emit(doc.pvt_created, doc._id); }"
}
}
};
}

0 comments on commit 41d77c4

Please sign in to comment.