Skip to content

Commit

Permalink
Adds 'cioc' to filtered fields
Browse files Browse the repository at this point in the history
  • Loading branch information
fayderflorez committed Oct 6, 2017
1 parent 145cbd2 commit 4e0a0e0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@ private List<String> getExcludedFields(List<String> fields) {
"currencies",
"languages",
"flag",
"regionalBlocs"
"regionalBlocs",
"cioc"
};

private boolean isEmpty(String value) {
Expand Down

0 comments on commit 4e0a0e0

Please sign in to comment.