small update with changes i did in the last 6 months
All checks were successful
release-tag / release-image (push) Successful in 38s
All checks were successful
release-tag / release-image (push) Successful in 38s
This commit is contained in:
@@ -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
|
||||
);
|
||||
);*/
|
||||
Reference in New Issue
Block a user