Skip to content

Commit 260beff

Browse files
committed
update mfa call
1 parent dde47fb commit 260beff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/algora/cloud.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ defmodule Algora.Cloud do
4949
call(AlgoraCloud.Talent.Jobs.SendCandidateLikeEmail, :send, [attrs])
5050
end
5151

52-
def notify_company_like(attrs) do
53-
call(AlgoraCloud.Talent.Jobs.SendCompanyLikeEmail, :send, [attrs])
52+
def notify_company_like(match_id) do
53+
call(AlgoraCloud.EmailScheduler, :schedule_email, [:company_like, match_id])
5454
end
5555

5656
def create_admin_task(attrs) do

0 commit comments

Comments
 (0)