mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-02 19:16:39 +00:00
Auto commit for release 'v6.1.22' on 2024-11-09
This commit is contained in:
@@ -113,7 +113,7 @@ class StoreController extends Controller
|
||||
return response()->json([], 422);
|
||||
}
|
||||
$result = $helper->saveAttachmentFromApi($attachment, $body);
|
||||
if(false === $result) {
|
||||
if (false === $result) {
|
||||
app('log')->error('Could not save attachment from API.');
|
||||
|
||||
return response()->json([], 422);
|
||||
|
Reference in New Issue
Block a user