diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-21 17:49:07 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 16:59:37 +0100 |
| commit | fb7747a626a2702bbb5aff3ff5ded204d956dffa (patch) | |
| tree | 726229b8b9533e7bbac53c400960498956390864 /backend | |
| parent | 1b8f06b5942ba6ff0375d39cbca466a6f6322f6d (diff) | |
| download | brokentalents-fb7747a626a2702bbb5aff3ff5ded204d956dffa.tar.gz brokentalents-fb7747a626a2702bbb5aff3ff5ded204d956dffa.zip | |
build
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/index.js b/backend/index.js index 6776bb5..9b69df4 100644 --- a/backend/index.js +++ b/backend/index.js @@ -18,7 +18,7 @@ function main() { const firstOfMay = moment('2018-05-16'); const later = R.curry((base, hs) => base.clone().add(hs, 'hours')); - const hours = R.range(20, 24 * 5 + 7); + const hours = R.range(20, 24 * 5 + 15); const laterMoments = R.map(later(firstOfMay), hours); const futures = R.map(loadFTimestamped, laterMoments); |
