feat: CI/CD pipeline setup complete - Ansible playbooks updated, secrets configured, workflow ready
This commit is contained in:
@@ -76,7 +76,7 @@ final readonly class CachePerformanceStorage implements PerformanceStorage
|
||||
if ($prediction === null) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
// Convert timestamp back to DateTimeImmutable
|
||||
if (is_int($prediction['timestamp'])) {
|
||||
$prediction['timestamp'] = (new \DateTimeImmutable())->setTimestamp($prediction['timestamp']);
|
||||
|
||||
Reference in New Issue
Block a user