Skip to content

Commit 40f5050

Browse files
committed
Update UserAccountDeleteJob.php
1 parent 7f80059 commit 40f5050

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Jobs/User/UserAccountDeleteJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function handle(): void
6161
return;
6262
}
6363

64-
$result = UserDeleteService::delete($this->userId, $this->forceDelete);
64+
// $result = UserDeleteService::delete($this->userId, $this->forceDelete);
6565
} catch (Exception $exception) {
6666
if (config('logging.dev_log')) {
6767
Log::error('User account deletion failed', [

0 commit comments

Comments
 (0)