small update with changes i did in the last 6 months
All checks were successful
release-tag / release-image (push) Successful in 38s

This commit is contained in:
mo
2025-12-18 21:39:13 +01:00
parent 7a1f02ebd0
commit 6608bd6ee7
4 changed files with 81 additions and 17 deletions

View File

@@ -3,7 +3,7 @@ import { MedicationService } from "actions/medication/medication.service";
const medicationService = new MedicationService();
new CronJob(
/*new CronJob(
"0 0 19 * * *", // cronTime
async () => {
console.log("askMedication()");
@@ -12,4 +12,4 @@ new CronJob(
null, // onComplete
true, // start
"Europe/Berlin", // timeZone
);
);*/