Skip to content

Commit

Permalink
https://github.com/water-fountains/datablue/issues/39
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Hauser committed Jan 11, 2020
1 parent 872a301 commit bd87f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/api/services/generateLocationData.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ function generateLocationData(locationName){
.then(r => defaultCollectionEnhancement(r, locationName))
.then(r => createUniqueIds(r))
.then(r => {
//TODO add location size as per https://github.com/water-fountains/datablue/issues/39
l.info(`successfully processed all (size t.b.d.) fountains from ${locationName} `);
l.info('generateLocationData.service.js: successfully processed all (size '+r.length+
`) fountains from ${locationName} `);
resolve({
type: 'FeatureCollection',
features: r
Expand Down

0 comments on commit bd87f24

Please sign in to comment.