Skip to content

Commit

Permalink
Remove redundant reassignment
Browse files Browse the repository at this point in the history
  • Loading branch information
tbillington committed Feb 26, 2017
1 parent f25d30b commit 1a6e4df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sajari.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ const handleSearchResponse = callback => res => {
if (res.ok) {
res.json().then(json => {
// Flatten single value / multiple values proto structure
json.searchResponse = json.searchResponse;
const r = json.searchResponse.results;
if (r) {
for (let i = 0; i < r.length; i++) {
Expand Down

0 comments on commit 1a6e4df

Please sign in to comment.