Skip to content

Commit

Permalink
fix: 🐛 Force release (kolplattformen#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanObrink authored Apr 12, 2021
1 parent 167d3cc commit 5c170dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5c170dc

Please sign in to comment.