Show Putzliga task chips
This commit is contained in:
@@ -1526,6 +1526,7 @@ final class App
|
||||
'sleep_deep' => (float) ($event['sleep_deep'] ?? 0),
|
||||
'sleep_rem' => (float) ($event['sleep_rem'] ?? 0),
|
||||
'sleep_core' => (float) ($event['sleep_core'] ?? 0),
|
||||
'task_titles' => is_array($event['task_titles'] ?? null) ? $event['task_titles'] : [],
|
||||
'route_map' => $this->buildOsmRouteMap(is_array($event['route'] ?? null) ? $event['route'] : []),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user