Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1077 from duckduckgo/brian/amazon-products
Browse files Browse the repository at this point in the history
Use Product model for Amazon to eliminate dups
  • Loading branch information
bsstoner committed Sep 12, 2014
2 parents e86406a + 0f1f9fa commit b9fd961
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion share/spice/amazon/amazon.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
name: 'Products',
data: items,
allowMultipleCalls: true,
model: 'Product',
meta: {
itemType: 'Products',
sourceName: 'Amazon',
Expand Down Expand Up @@ -71,4 +72,4 @@
}
});
}
}(this));
}(this));

0 comments on commit b9fd961

Please sign in to comment.