wip
This commit is contained in:
@@ -4,7 +4,7 @@ import { WaterMeService } from "actions/waterMe/waterMe.service";
|
||||
const waterMeService = new WaterMeService();
|
||||
|
||||
new CronJob(
|
||||
"0 0 0 */1 * *", // cronTime
|
||||
"0 * * * * *", // cronTime
|
||||
async () => {
|
||||
console.log("isThirsty()");
|
||||
await waterMeService.isThirsty();
|
||||
|
||||
Reference in New Issue
Block a user