(task: TaskInfo)
| 204 | } |
| 205 | |
| 206 | private getCompletionDateForTask(task: TaskInfo): string { |
| 207 | return task.occurrence_date || getCurrentDateString(); |
| 208 | } |
| 209 | |
| 210 | /** |
| 211 | * Process a folder path template with task and date variables |
no test coverage detected