Skip to content

Commit

Permalink
Update helpdesk/setup/setup_wizard.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
RitvikSardana and github-actions[bot] authored Aug 7, 2024
1 parent a7936cc commit 350783d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helpdesk/setup/setup_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ def setup_complete(args=None):
email = args.get("email") or frappe.session.user
if not email:
return

# Create first Agent for the user
new_user = frappe.db.get_list("User",filters={"email":email},limit=1,pluck="name")[0]
new_agent = frappe.new_doc("HD Agent")
Expand Down

0 comments on commit 350783d

Please sign in to comment.