Log api error
This commit is contained in:
@@ -116,7 +116,9 @@ async function getUntis(weekDate) {
|
||||
}
|
||||
}
|
||||
});
|
||||
} catch (error) {}
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
}
|
||||
|
||||
startDate.setDate(startDate.getDate() + i);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user