Remove todo

This commit is contained in:
Marcus Moore 2024-05-22 15:40:54 -07:00
parent f16c79bb9a
commit 6d104251b3
No known key found for this signature in database

View file

@ -847,7 +847,6 @@ class AssetsController extends Controller
}
if (! isset($target)) {
// @todo: test this code path
return response()->json(Helper::formatStandardApiResponse('error', $error_payload, 'Checkout target for asset '.e($asset->asset_tag).' is invalid - '.$error_payload['target_type'].' does not exist.'));
}