Skip to content

Commit

Permalink
Merge pull request #2232 from bakaphp/feat-pusher-importer
Browse files Browse the repository at this point in the history
hotfix: app delete
  • Loading branch information
kaioken authored Oct 20, 2024
2 parents c2ee6c6 + bb76e55 commit b666501
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function handle()
$this->info('Deleting user from app: ' . $app->name);
}

if (optional($app)->get('delete_users_request_process') !== true) {
if (! isset($app)) {
$this->info('Delete users request process is disabled');

return;
Expand Down

0 comments on commit b666501

Please sign in to comment.