Maintenance: Removed stray dd from last commit

This commit is contained in:
Dan Brown 2024-09-29 16:50:48 +01:00
parent d12e8ec923
commit f583354748
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -96,7 +96,6 @@ class UserController extends Controller
try {
DB::transaction(function () use ($validated, $sendInvite) {
$this->userRepo->create($validated, $sendInvite);
dd('post-create');
});
} catch (UserInviteException $e) {
Log::error("Failed to send user invite with error: {$e->getMessage()}");