Compare commits
No commits in common. "ff3ef6b3b7e96069e1b3d0dc1e3b55cc788d556d" and "e5c7d9a9721b9bdccf0bf6c51edb549813d86f3b" have entirely different histories.
ff3ef6b3b7
...
e5c7d9a972
@ -68,7 +68,7 @@ export default class CronService {
|
||||
}
|
||||
}
|
||||
public async updateUsers() {
|
||||
const cronJob = new CronJob("*/5 * * * *", async () => {
|
||||
const cronJob = new CronJob("0 0 * * *", async () => {
|
||||
// Once a day at midnight
|
||||
try {
|
||||
await this.idNotService.updateOffices();
|
||||
|
Loading…
x
Reference in New Issue
Block a user