Skip to content

Commit

Permalink
feat(surface): Dummy commit because I forgot to use mastarm commit - …
Browse files Browse the repository at this point in the history
…add AVERAGE as an option to get

Add AVERAGE as well as MEDIAN as an option for choosing a statistic in getSurface.
  • Loading branch information
mattwigway committed Oct 7, 2016
1 parent a496ea0 commit 663178e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/get-surface.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function getSurface ({origin, query, stopTreeCache, which}) {
}
}

debug('done generating surface')
debug('generating surface complete')

return {
surface,
Expand Down

0 comments on commit 663178e

Please sign in to comment.