Log api error

This commit is contained in:
2023-09-12 09:09:35 +02:00
parent b76f5d8e6f
commit ee5ac4d23d

View File

@@ -116,7 +116,9 @@ async function getUntis(weekDate) {
}
}
});
} catch (error) {}
} catch (error) {
console.error(error);
}
startDate.setDate(startDate.getDate() + i);
}