Reformat code.

This commit is contained in:
James Cole
2020-03-21 15:43:41 +01:00
parent f76585dc9b
commit c6d17e9bd7
43 changed files with 50 additions and 2 deletions

View File

@@ -135,9 +135,11 @@ class ExportData extends Command
$this->exportData($options, $data);
} catch (FireflyException $e) {
$this->error(sprintf('Could not store data: %s', $e->getMessage()));
// app('telemetry')->feature('executed-command-with-error', $this->signature);
return 1;
}
// app('telemetry')->feature('executed-command', $this->signature);
return 0;
}