We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12f747 commit a1e52d4Copy full SHA for a1e52d4
src/common/helper.js
@@ -1263,7 +1263,7 @@ async function createChallengeResource (data, token) {
1263
* @returns {Array<{startDate:Date, endDate:Date, daysWorked:number}>} information about workPeriods
1264
*/
1265
function extractWorkPeriods (start, end) {
1266
- // canculate maximum possible daysWorked for a week
+ // calculate maximum possible daysWorked for a week
1267
function getDaysWorked (week) {
1268
if (weeks === 1) {
1269
return Math.min(endDay, 5) - Math.max(startDay, 1) + 1
0 commit comments