Skip to content

Commit 7e13a8f

Browse files
committed
fix: add missing filters on submitters email
1 parent 354a314 commit 7e13a8f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/Jobs/Emails/PresentationSubmissions/ProcessSubmittersEmailRequestJob.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ public function handle
100100
'presentations_submitter_full_name' => ['=@', '@@', '=='],
101101
'presentations_submitter_email' => ['=@', '@@', '=='],
102102
'is_speaker' => ['=='],
103+
'has_media_upload_with_type' => ['=='],
104+
'has_not_media_upload_with_type' => ['=='],
103105
]) : null;
104106

105107
$service->sendEmails($this->summit_id, $this->payload, $filter);

0 commit comments

Comments
 (0)