Ok duplicate voting has been stopped. Also fix current vote message being reprinted after a duplicate vote

This commit is contained in:
Sebastian Cabrera 2023-08-29 09:35:39 -04:00
parent df6ef3d5af
commit d8d5f2e9e2

View file

@ -156,6 +156,8 @@ func processIssueCommentEvent(event *github.IssueCommentEvent) {
if err != nil {
log.Println("Error creating comment:", err)
}
return
}
}
}