Auto commit for release 'v6.1.22' on 2024-11-09

This commit is contained in:
github-actions
2024-11-09 06:35:28 +01:00
parent a9c0126b05
commit b7d8daf013
4 changed files with 6 additions and 6 deletions

View File

@@ -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);