Navigation Menu

Skip to content

Commit

Permalink
Fix missing prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 24, 2012
1 parent 0c342ea commit ef6b1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/2011-02-01/search.js
Expand Up @@ -61,7 +61,7 @@ function formatSelectResults(data, selectQuery) {
}
});

emptyReturnFields.forEach(function(fieldName) {
selectQuery.emptyReturnFields.forEach(function(fieldName) {
data[fieldName] = [];
});

Expand Down

0 comments on commit ef6b1be

Please sign in to comment.