Skip to content

Commit

Permalink
delete redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
freeziyou committed Jan 29, 2024
1 parent 1a86aaa commit 60f0717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/utils/lark/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def on_issue(self, param, unkown, *args, **kwargs):
if is_first_line:
if "at_user" not in arg:
# 处理labels
labels = arg.split(",") if "," in arg else [arg]
labels = arg.split(",")
is_first_line = False # 处理完第一行后,更改标记状态
elif "at_user" in arg:
users.append(
Expand Down

0 comments on commit 60f0717

Please sign in to comment.