Use the given time when skipping chores via /choretracking (references #1830)

This commit is contained in:
Bernd Bestel
2022-03-23 17:51:05 +01:00
parent 00466972e2
commit 5dc745f301
2 changed files with 1 additions and 2 deletions

View File

@@ -186,8 +186,6 @@ class ChoresService extends BaseService
{
throw new \Exception('Chores without a schedule can\'t be skipped');
}
$trackedTime = $this->getDatabase()->chores_current()->where('chore_id', $choreId)->min('next_estimated_execution_time');
}
$logRow = $this->getDatabase()->chores_log()->createRow([