Skip to content

Commit

Permalink
hotfix: create issue error. close #179
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydzhou committed Feb 1, 2024
1 parent f02815d commit 1ad69b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tasks/lark/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def create_issue(
title = json.loads(parent_message["body"]["content"]).get("text")
if not title:
return send_chat_failed_tip(
"issue 标题为空", app_id, message_id, content, data, *args, bot=bot, **kwargs
"issue 标题为空", app_id, message_id, content, data, *args, **kwargs
)

chat_id = data["event"]["message"]["chat_id"]
Expand Down

0 comments on commit 1ad69b8

Please sign in to comment.