Skip to content

Commit

Permalink
remove location override
Browse files Browse the repository at this point in the history
  • Loading branch information
Sai Vennam committed Jul 10, 2017
1 parent 6bd174e commit ea6d06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/recommend.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function filterRetailers(retailers, event, callback) {
const filtered = [];
const stormLocation = new GeoPoint(
event.lat,
event.lon+20);
event.lon);

retailers.forEach((retailer) => {
// get gps coordinate
Expand Down

0 comments on commit ea6d06a

Please sign in to comment.