Skip to content

Commit

Permalink
fix(ci): sempgrep ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikSardana committed Dec 9, 2024
1 parent 8af9c21 commit 45102c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpdesk/helpdesk/doctype/hd_team/hd_team.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ class HDTeam(Document):
def rename_self(self, new_name: str):
self.rename(new_name)

# nosemgrep
def after_insert(self):
# nosemgrep
self.create_assignment_rule()
assignment_rule_doc = frappe.get_doc("Assignment Rule", self.assignment_rule)

Expand Down

0 comments on commit 45102c2

Please sign in to comment.