Comparing version 0.11.10 to 0.11.11
@@ -327,3 +327,4 @@ "use strict"; | ||
} | ||
let targetDurationString = `${targetDuration.year}-${targetDuration.month}-${targetDuration.day}`; | ||
//! don't touch this; JS sucks. | ||
let targetDurationString = `${targetDuration.year}-${targetDuration.month}-0${targetDuration.day}`; | ||
console.log("date to parse: ", targetDurationString); | ||
@@ -330,0 +331,0 @@ const dateTimeStr = utils_1.default.getDateStr(targetDurationString); |
@@ -249,3 +249,3 @@ "use strict"; | ||
} | ||
// console.log({ durationResp }); | ||
console.log({ durationResp }); | ||
const startMs = new Date(durationResp.data.start).getTime(); | ||
@@ -252,0 +252,0 @@ const endMs = new Date(durationResp.data.end).getTime(); |
{ | ||
"name": "clockify", | ||
"version": "0.11.10", | ||
"version": "0.11.11", | ||
"description": "A time tracker to make sure that you really spent the time you think you spent working, studying, etc.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
49757
1198