We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde47fb commit 260beffCopy full SHA for 260beff
lib/algora/cloud.ex
@@ -49,8 +49,8 @@ defmodule Algora.Cloud do
49
call(AlgoraCloud.Talent.Jobs.SendCandidateLikeEmail, :send, [attrs])
50
end
51
52
- def notify_company_like(attrs) do
53
- call(AlgoraCloud.Talent.Jobs.SendCompanyLikeEmail, :send, [attrs])
+ def notify_company_like(match_id) do
+ call(AlgoraCloud.EmailScheduler, :schedule_email, [:company_like, match_id])
54
55
56
def create_admin_task(attrs) do
0 commit comments