summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2018-05-17 16:22:52 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2018-12-13 16:59:25 +0100
commit73e2c234f2f52357b21fd9fe9b956eeabb8ddc62 (patch)
tree3ce4239f73ff224b0ae66ab4c6c7873532ee7493 /backend
parent158db977a6372ed085ef7a73ca1e797ca3913852 (diff)
downloadbrokentalents-73e2c234f2f52357b21fd9fe9b956eeabb8ddc62.tar.gz
brokentalents-73e2c234f2f52357b21fd9fe9b956eeabb8ddc62.zip
build
Diffstat (limited to 'backend')
-rw-r--r--backend/index.js2
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);