Ok duplicate voting has been stopped. Also fix current vote message being reprinted after a duplicate vote
This commit is contained in:
parent
df6ef3d5af
commit
d8d5f2e9e2
1 changed files with 2 additions and 0 deletions
|
@ -156,6 +156,8 @@ func processIssueCommentEvent(event *github.IssueCommentEvent) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Println("Error creating comment:", err)
|
log.Println("Error creating comment:", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue