Skip to content

Commit

Permalink
Merge pull request #397 from swisstopo/develop
Browse files Browse the repository at this point in the history
INT Release
  • Loading branch information
daniel-va authored Jan 29, 2025
2 parents 1fce13d + 4bf5602 commit dea81b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/server-asset-sg/src/features/users/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export class UserService {
const at2AM = '0 2 * * *';
const job = new CronJob(at2AM, () => this.syncUsers());
this.schedulerRegistry.addCronJob('userSync', job);
job.start();
});
}

Expand Down

0 comments on commit dea81b6

Please sign in to comment.