Skip to content

Commit

Permalink
hotfix multi repo
Browse files Browse the repository at this point in the history
  • Loading branch information
freeziyou committed Feb 26, 2024
1 parent 82f7dab commit d3a66ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tasks/lark/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def create_chat_group_for_repo(
)
]
try:
chat_id == args[1]["event"]["message"]["chat_id"]
chat_id = args[1]["event"]["message"]["chat_id"]
except Exception as e:
chat_id = ""

Expand Down

0 comments on commit d3a66ad

Please sign in to comment.