Skip to content

Commit

Permalink
Add 'unknown' source tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gherceg committed Sep 9, 2024
1 parent 99fccb3 commit 53dfecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corehq/apps/data_interfaces/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ def _handle_case_duplicate(self, case, rule):
if is_copied_case(case):
return CaseRuleActionResult()

dedupe_load_counter(case.domain)
dedupe_load_counter('unknown', case.domain)

if not case_matching_rule_criteria_exists_in_es(case, rule):
ALLOWED_ES_DELAY = timedelta(hours=1)
Expand Down

0 comments on commit 53dfecc

Please sign in to comment.