Skip to content

Commit

Permalink
#5885 updated task
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Jul 1, 2024
1 parent 5ffe690 commit d4ad06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/email/ReviewReminder.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function handle(): void
$reviewInvitation->reviewAssignmentId = $reviewAssignment->getId();
$reviewInvitation->updatePayload();

$reviewInvitation->dispatch();
$reviewInvitation->invite();
$reviewInvitation->updateMailableWithUrl($mailable);
}

Expand Down

0 comments on commit d4ad06b

Please sign in to comment.