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

Fix bug in last commit.

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