just some cleanup

This commit is contained in:
spencerrlongg
2023-11-13 19:47:03 -06:00
parent 8e4c0f60a1
commit fbfc817c5f
4 changed files with 9 additions and 9 deletions
@@ -90,7 +90,6 @@ class ProfileController extends Controller
*/
public function api(): \Illuminate\Contracts\View\View
{
// Make sure the self.api permission has been granted
if (!Gate::allows('self.api')) {
abort(403);