adonisjs-scheduler
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -26,3 +26,3 @@ "use strict"; | ||
skip(state = true) { | ||
this.config.enabled = state; | ||
this.config.enabled = !state; | ||
return this; | ||
@@ -29,0 +29,0 @@ } |
{ | ||
"name": "adonisjs-scheduler", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "Task scheduler for AdonisJS", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/KABBOUCHI/adonisjs-scheduler#readme", |
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
23636