Skip to content

Commit

Permalink
fix: Package install errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanoksuz committed May 30, 2024
1 parent 9968ef9 commit fc06773
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Controllers/API/Server/QueueController.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public function create(Request $request) {
],
'timeout' => 30,
]);
unlink($file['file_path']);
$output = (string) $res->getBody();

$isJson = isJson($output, true);
Expand Down

0 comments on commit fc06773

Please sign in to comment.