debug the mission

This commit is contained in:
2025-12-14 09:19:57 +03:30
parent d24fb579b4
commit ea79c077cf
8 changed files with 27 additions and 12 deletions

View File

@@ -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) {