Skip to content

Commit

Permalink
Merge pull request #3 from IBM/dev
Browse files Browse the repository at this point in the history
merge to master
  • Loading branch information
svennam92 committed Jul 10, 2017
2 parents 3cb2743 + ea6d06a commit a60c39e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
@@ -1,3 +1,7 @@
| **master** | [![Build Status](https://travis-ci.org/IBM/acme-freight-recommendation.svg?branch=master)](https://travis-ci.org/IBM/acme-freight-recommendation) [![Coverage Status](https://coveralls.io/repos/github/IBM/acme-freight-recommendation/badge.svg?branch=master)](https://coveralls.io/github/IBM/acme-freight-recommendation?branch=master) |
| ----- | ----- |
| **dev** | [![Build Status](https://travis-ci.org/IBM/acme-freight-recommendation.svg?branch=dev)](https://travis-ci.org/IBM/acme-freight-recommendation) [![Coverage Status](https://coveralls.io/repos/github/IBM/acme-freight-recommendation/badge.svg?branch=dev)](https://coveralls.io/github/IBM/acme-freight-recommendation?branch=dev)|

# Acme Freight - Weather Recommendation

This service is part of the larger [Acme Freight](https://github.com/ibm/acme-freight) project.
Expand Down
2 changes: 1 addition & 1 deletion actions/recommend.js
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 a60c39e

Please sign in to comment.