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 29b98f3 commit 99fcb2eCopy full SHA for 99fcb2e
lib/Controller/AjaxController.php
@@ -1250,12 +1250,10 @@ public function getGoals(){
1250
if ($goal->interval == 'Weekly'){
1251
if ($interval == $this->getStartOfWeek($repItem->time)->format('Y-m-d')) {
1252
$workedInInterval += $repItem->totalDuration;
1253
- break;
1254
}
1255
} elseif ($goal->interval == 'Monthly'){
1256
if ($interval == $this->getStartOfMonth($repItem->time)->format('Y-m')) {
1257
1258
1259
1260
1261
0 commit comments