Skip to content

Commit

Permalink
Update handlers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
annndruha committed Nov 7, 2023
1 parent 0408b79 commit d27ada5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ def __reopen_issue(update: Update):

issue_url = r['reopenIssue']['issue']['url']
title = r['reopenIssue']['issue']['title']
body = r['reopenIssue']['issue']['body'].split('\n> Issue open by')[0]
login = None
if len(r['reopenIssue']['issue']['assignees']['edges']) != 0:
login = r['reopenIssue']['issue']['assignees']['edges'][0]['node']['login']
Expand Down

0 comments on commit d27ada5

Please sign in to comment.