paylocity-cli
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -41,3 +41,3 @@ "use strict"; | ||
const clockOut = this.clockOut[index] ? +this.clockOut[index] : +Date.now(); | ||
return this.getHoursToday(clockOut, +this.clockIn[0]); | ||
return this.getHoursToday(clockOut, +this.clockIn[index]); | ||
} | ||
@@ -44,0 +44,0 @@ /** |
{ | ||
"name": "paylocity-cli", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "This is a simple CLI to track the worked hours in the paylocity system by data scraping", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
30431