chore:simplify connected account verifications

This commit is contained in:
hackerESQ
2024-10-22 21:24:04 -05:00
parent b6a123a90f
commit 5a04c33f13
9 changed files with 50 additions and 88 deletions
@@ -24,11 +24,6 @@ class HoldingController extends Controller
->portfolio($portfolio->id)
->firstOrFail();
// if ($holding->quantity <= 0) {
// return redirect(route('portfolio.show', ['portfolio' => $portfolio->id]));
// }
return view('holding.show', compact(['portfolio', 'holding']));
}
}