Skip to content

Commit

Permalink
chore: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikSardana committed Jan 21, 2025
1 parent 7e35f13 commit f60bb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpdesk/patches/default_article_category.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def execute():
# create one default article for general category
if len(articles) == 0:
frappe.new_doc(
"HD Article", {"title": "New Article", "category": default_category}
"HD Article", title="New Article", category=default_category
).insert()
else:
for article in articles:
Expand Down

0 comments on commit f60bb05

Please sign in to comment.