Skip to content

Commit a2efd67

Browse files
committed
chore: add debug info
1 parent df585be commit a2efd67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/Services/Model/Imp/SpeakerService.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,6 +1218,7 @@ public function deleteSpeakerBigPhoto($speaker_id): void
12181218
*/
12191219
public function triggerSendEmails(Summit $summit, array $payload, $filter = null): void
12201220
{
1221+
Log::debug(sprintf("SpeakerService::triggerSendEmails summit %s payload %s", $summit->getId(), json_encode($payload)));
12211222
ProcessSpeakersEmailRequestJob::dispatch($summit->getId(), $payload, $filter);
12221223
}
12231224

0 commit comments

Comments
 (0)