Skip to content
Snippets Groups Projects
Commit 7e0f708c authored by deuce's avatar deuce
Browse files

More bug.

parent c6599062
Branches
Tags
No related merge requests found
......@@ -78,7 +78,7 @@ function ConcensusObject(host, port, scope)
for(i in this.answers) {
for(j in this.answers[i].votes) {
if(this.answers[i].votes[k]==user.alias)
if(this.answers[i].votes[j]==user.alias)
return true;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment