diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-08 11:02:48 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-08 11:02:48 +0200 |
| commit | 6305acef3bd25f51b408b38a9f4f11c3040480c5 (patch) | |
| tree | f8d45885f66ef85eb1bd4079034e8bd72fdba0d3 /backend | |
| parent | 9f12ba674bb824627ceb648e79a2fa7065a1e51d (diff) | |
| download | brokentalents-6305acef3bd25f51b408b38a9f4f11c3040480c5.tar.gz brokentalents-6305acef3bd25f51b408b38a9f4f11c3040480c5.zip | |
frontend template setup
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 0befe86..dd64f9f 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 * 5 + 20); + const hours = R.range(0, 24 * 7 + 10); const laterMoments = R.map(later(firstOfMay), hours); const futures = R.map(loadFTimestamped, laterMoments); |
