@@ -69,7 +69,7 @@ |
||
| 69 | 69 | $timers[] = [ |
| 70 | 70 | 'id' => $timeEntry['id'], |
| 71 | 71 | 'description' => $timeEntry['description'], |
| 72 | - 'project_name' => $timeEntry['pid'],//$this->getProjectName($timeEntry['pid']), |
|
| 72 | + 'project_name' => $timeEntry['pid'], //$this->getProjectName($timeEntry['pid']), |
|
| 73 | 73 | 'tags' => empty($timeEntry['tags']) ? '' : implode(', ', $timeEntry['tags']), |
| 74 | 74 | 'duration' => $timeEntry['duration'], |
| 75 | 75 | ]; |