From 5c170dc070752d3671afcff1d5a7b21f4af99525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20=C3=96brink?= Date: Mon, 12 Apr 2021 13:38:49 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Force=20release=20(#115)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.js b/run.js index c729b037..7d5ab48a 100644 --- a/run.js +++ b/run.js @@ -103,11 +103,11 @@ async function run() { console.log('children') const children = await api.getChildren() console.log(children) - /* + console.log('calendar') const calendar = await api.getCalendar(children[0]) console.log(calendar) - +/* console.log('classmates') const classmates = await api.getClassmates(children[0]) console.log(classmates)