diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-10 12:56:34 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 16:59:18 +0100 |
| commit | b71d8662a770c213458fe368b2434e4ce9cd522c (patch) | |
| tree | 5b2b4cbc243babc0c358bd61cc2fe80cdb41c6ef /backend | |
| parent | 3aa97bef107d2db76251787ed44d0b9f49e325bf (diff) | |
| download | brokentalents-b71d8662a770c213458fe368b2434e4ce9cd522c.tar.gz brokentalents-b71d8662a770c213458fe368b2434e4ce9cd522c.zip | |
update data
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 dd64f9f..45869fb 100644 --- a/backend/index.js +++ b/backend/index.js @@ -17,7 +17,7 @@ function main() { const firstOfMay = moment('2018-05-01'); const later = R.curry((base, hs) => base.clone().add(hs, 'hours')); - const hours = R.range(0, 24 * 7 + 10); + const hours = R.range(0, 24 * 9 + 12); const laterMoments = R.map(later(firstOfMay), hours); const futures = R.map(loadFTimestamped, laterMoments); |
