Skip to content

Commit

Permalink
corrected "copy_to" field for cpdb uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Jul 29, 2020
1 parent 92e5622 commit 81f471b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hub/dataload/sources/cpdb/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_mapping(klass):
},
'name': {
"type": "text",
"copy_to": ["all"],
"copy_to": p_source,
}
}
}
Expand Down

0 comments on commit 81f471b

Please sign in to comment.