From 2bd0ad362fe9c92c52e9fd470e35b9db682bfe7e Mon Sep 17 00:00:00 2001 From: Henri Bergius Date: Sun, 10 Dec 2017 18:57:13 +0100 Subject: [PATCH] Show two launches --- events/calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/calendar.js b/events/calendar.js index ad1a078..82e3344 100644 --- a/events/calendar.js +++ b/events/calendar.js @@ -32,7 +32,7 @@ function getEvents(number, callback) { return false; }); - fetch('https://launchlibrary.net/1.3/launch/next/1') + fetch('https://launchlibrary.net/1.3/launch/next/2') .then(res => res.json()) .then((res) => { const launches = res.launches.map((launch) => {