merged dates working

This commit is contained in:
isUnknown 2024-07-29 09:57:01 +02:00
parent dde1813f78
commit 68253fa497
3 changed files with 42 additions and 14 deletions

View file

@ -114,7 +114,7 @@ function getId(eventData) {
return id;
}
async function getKirbyDates(monthNumb, dates) {
async function getMergedDates(monthNumb, dates) {
const month = dayjs().month(monthNumb).format("YYYY-MM");
const requestParams = {
month,