debug the mission
This commit is contained in:
@@ -49,6 +49,9 @@ class ControlUnitController extends Controller
|
||||
return $this->successResponse();
|
||||
}
|
||||
|
||||
/**
|
||||
* @throws Throwable
|
||||
*/
|
||||
public function finish(FinishRequest $request, Mission $mission): JsonResponse
|
||||
{
|
||||
DB::transaction(function () use ($mission) {
|
||||
|
||||
Reference in New Issue
Block a user