summaryrefslogtreecommitdiff
path: root/backend/index.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2018-05-21 16:29:42 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2018-12-13 16:59:35 +0100
commitde8623b4f43f9754c094a0a81eb91ed544ca4995 (patch)
tree88c58327beb17359aebcc83aa238bebf6a41a5c3 /backend/index.js
parentb7a276d54ae88fde32cd1fba0ec4bb1ac41cab55 (diff)
downloadbrokentalents-de8623b4f43f9754c094a0a81eb91ed544ca4995.tar.gz
brokentalents-de8623b4f43f9754c094a0a81eb91ed544ca4995.zip
build
Diffstat (limited to 'backend/index.js')
-rw-r--r--backend/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/index.js b/backend/index.js
index f8fb385..6776bb5 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 * 4 + 16);
+ const hours = R.range(20, 24 * 5 + 7);
const laterMoments = R.map(later(firstOfMay), hours);
const futures = R.map(loadFTimestamped, laterMoments);