3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-06 02:05:51 +00:00

hm, lots of thinking to do

This commit is contained in:
spencerrlongg
2024-10-17 00:02:15 -05:00
parent a524c0b418
commit b2ff34260a
3 changed files with 18 additions and 8 deletions

View File

@ -145,11 +145,7 @@ class ViewAssetsController extends Controller
*/
public function getRequestAsset($assetId = null): void
{
$request = CreateCheckoutRequest::run($assetId);
if (!$request) {
\Log::debug('problem');
}
CreateCheckoutRequest::run($assetId);
}
public function getRequestedAssets() : View