Skip to content

Commit ce9ed98

Browse files
committed
misc
1 parent 06946d6 commit ce9ed98

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,5 @@ npm-debug.log
6060
/priv/migration
6161
/priv/dev
6262
/lib/algora_cloud*
63+
/test/algora_cloud*
6364
CLAUDE.md

lib/algora/cloud.ex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ defmodule Algora.Cloud do
4242
end
4343

4444
def notify_match(attrs) do
45-
call(AlgoraCloud.Talent.Jobs.SendJobMatchEmail, :send, [attrs])
45+
dbg("skipping auto notification")
46+
{:ok, attrs}
47+
# call(AlgoraCloud.Talent.Jobs.SendJobMatchEmail, :send, [attrs])
4648
end
4749

4850
def notify_candidate_like(attrs) do

0 commit comments

Comments
 (0)