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 06946d6 commit ce9ed98Copy full SHA for ce9ed98
.gitignore
@@ -60,4 +60,5 @@ npm-debug.log
60
/priv/migration
61
/priv/dev
62
/lib/algora_cloud*
63
+/test/algora_cloud*
64
CLAUDE.md
lib/algora/cloud.ex
@@ -42,7 +42,9 @@ defmodule Algora.Cloud do
42
end
43
44
def notify_match(attrs) do
45
- call(AlgoraCloud.Talent.Jobs.SendJobMatchEmail, :send, [attrs])
+ dbg("skipping auto notification")
46
+ {:ok, attrs}
47
+ # call(AlgoraCloud.Talent.Jobs.SendJobMatchEmail, :send, [attrs])
48
49
50
def notify_candidate_like(attrs) do
0 commit comments