mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Remove a redundant line
This commit is contained in:
parent
92670d5711
commit
194853d860
|
@ -144,7 +144,6 @@ class AssetFilesController extends Controller
|
|||
];
|
||||
|
||||
return Storage::download($file, $log->filename, $headers);
|
||||
return response()->json(Helper::formatStandardApiResponse('success', $asset, trans('admin/hardware/message.upload.success')));
|
||||
}
|
||||
|
||||
return StorageHelper::downloader($file);
|
||||
|
|
Loading…
Reference in a new issue