- type이 'tenant'인 경우 $item['prospect']가 없어서 500 에러 발생 - $prospect->company_name 대신 $item['company_name'] 사용 - $tenant 변수도 추가하여 타입별 처리 가능하도록 수정 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- type이 'tenant'인 경우 $item['prospect']가 없어서 500 에러 발생 - $prospect->company_name 대신 $item['company_name'] 사용 - $tenant 변수도 추가하여 타입별 처리 가능하도록 수정 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>