Skip to content

Commit

Permalink
postcode long and lat per item filtered > relates #18
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Dupree committed Oct 4, 2018
1 parent 4801527 commit 3a7395d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/airtable.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = (req, res, next) => {
postcodes
.lookup(postcode)
.then(function (postcode) {
console.log(postcode);
console.log('longitude: ', postcode.longitude, 'latitutde: ', postcode.latitude);
}, function (error) {
next(error);
});
Expand Down

0 comments on commit 3a7395d

Please sign in to comment.