adonis-scheduler
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "adonis-scheduler", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Easy task scheduling for AdonisJS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -22,3 +22,3 @@ 'use strict'; | ||
* handle (options, flags) { | ||
yield this.scheduler.run(); | ||
this.scheduler.run(); | ||
} | ||
@@ -25,0 +25,0 @@ } |
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
11499