mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 22:53:25 +00:00
4 lines
122 B
TypeScript
4 lines
122 B
TypeScript
import scheduler from 'adonisjs-scheduler/services/main';
|
|
|
|
scheduler.command('remove:inactive-users').cron('0 20 * * *');
|