There was an error while loading. Please reload this page.
1 parent 7f80059 commit 40f5050Copy full SHA for 40f5050
1 file changed
app/Jobs/User/UserAccountDeleteJob.php
@@ -61,7 +61,7 @@ public function handle(): void
61
return;
62
}
63
64
- $result = UserDeleteService::delete($this->userId, $this->forceDelete);
+ // $result = UserDeleteService::delete($this->userId, $this->forceDelete);
65
} catch (Exception $exception) {
66
if (config('logging.dev_log')) {
67
Log::error('User account deletion failed', [
0 commit comments