mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Improve step count for spectre imports.
This commit is contained in:
@@ -113,6 +113,7 @@ class StatusController extends Controller
|
||||
$result['started'] = true;
|
||||
$result['running'] = true;
|
||||
}
|
||||
$result['percentage'] = $result['percentage'] > 100 ? 100 : $result['percentage'];
|
||||
|
||||
return Response::json($result);
|
||||
}
|
||||
|
Reference in New Issue
Block a user