diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-17 16:22:52 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 16:59:25 +0100 |
| commit | 73e2c234f2f52357b21fd9fe9b956eeabb8ddc62 (patch) | |
| tree | 3ce4239f73ff224b0ae66ab4c6c7873532ee7493 /backend | |
| parent | 158db977a6372ed085ef7a73ca1e797ca3913852 (diff) | |
| download | brokentalents-73e2c234f2f52357b21fd9fe9b956eeabb8ddc62.tar.gz brokentalents-73e2c234f2f52357b21fd9fe9b956eeabb8ddc62.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 b77b981..f8fb385 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 * 1 + 13); + const hours = R.range(20, 24 * 4 + 16); const laterMoments = R.map(later(firstOfMay), hours); const futures = R.map(loadFTimestamped, laterMoments); |
