Skip to content

Commit

Permalink
Removed filter for -distributable
Browse files Browse the repository at this point in the history
  • Loading branch information
wegrata committed Apr 26, 2012
1 parent d15f4a0 commit ba2fecf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function(doc, req){
// Don't send the design document.
if ( !doc || (doc.doc_type != "resource_data_distributable")){
if ( !doc || (doc.doc_type != "resource_data")){
//print("Ignore document that is not resource_data_distributable: "+ doc);
return false;
}
Expand Down

0 comments on commit ba2fecf

Please sign in to comment.