adonisjs-scheduler
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -18,4 +18,4 @@ "use strict"; | ||
tsfile.commit(); | ||
console.log(tsfile.get("compilerOptions.paths")); | ||
sink.logger.action('update').succeeded('tsconfig.json'); | ||
} | ||
exports.default = instructions; |
{ | ||
"name": "adonisjs-scheduler", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "Task scheduler for AdonisJS", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/KABBOUCHI/adonisjs-scheduler#readme", |
@@ -52,3 +52,3 @@ <div align="center"> | ||
Scheduler.command("inspire").everyFiveSeconds(); | ||
Scheduler.command(PurgeUsers, [ "30 days"]).everyFiveSeconds(); | ||
Scheduler.command(PurgeUsers, ["30 days"]).everyFiveSeconds(); | ||
@@ -55,0 +55,0 @@ Scheduler.call(() => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20745