Compare commits

..

No commits in common. "ff3ef6b3b7e96069e1b3d0dc1e3b55cc788d556d" and "e5c7d9a9721b9bdccf0bf6c51edb549813d86f3b" have entirely different histories.

View File

@ -68,7 +68,7 @@ export default class CronService {
} }
} }
public async updateUsers() { public async updateUsers() {
const cronJob = new CronJob("*/5 * * * *", async () => { const cronJob = new CronJob("0 0 * * *", async () => {
// Once a day at midnight // Once a day at midnight
try { try {
await this.idNotService.updateOffices(); await this.idNotService.updateOffices();