mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Fix #1840
This commit is contained in:
@@ -118,8 +118,6 @@ class ExportController extends Controller
|
||||
{
|
||||
// create new export job.
|
||||
$job = $jobs->create();
|
||||
// delete old ones.
|
||||
$jobs->cleanup();
|
||||
|
||||
// does the user have shared accounts?
|
||||
$formats = array_keys(config('firefly.export_formats'));
|
||||
|
Reference in New Issue
Block a user