fix: 🐛 Force release (#115)

This commit is contained in:
Johan Öbrink 2021-04-12 13:38:49 +02:00 committed by GitHub
parent 167d3ccc00
commit 5c170dc070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
run.js
View File

@ -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)