fix: 🐛 Fixed merge induced bug

This commit is contained in:
Johan Öbrink 2020-12-18 16:08:19 +01:00
parent 77605cd427
commit 758738dfd4
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ const getCalendar = async (childId, cookie) => {
endDate: moment(endDate, 'YYYY-MM-DD hh:mm').toISOString(),
allDay
}))
}
}
const getNotifications = async (childId, cookie) => {