We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1465f2e commit 30248b4Copy full SHA for 30248b4
worker/src/Worker/Program.cs
@@ -48,10 +48,8 @@ public static int Main(string[] args)
48
Console.WriteLine("Reconnecting DB");
49
pgsql = OpenDbConnection("Server=db;Username=postgres;Password=postgres;");
50
}
51
- else
52
- { // Normal +1 vote requested
53
- UpdateVote(pgsql, vote.voter_id, vote.vote);
54
- }
+ // Normal +1 vote requested
+ UpdateVote(pgsql, vote.voter_id, vote.vote);
55
56
else
57
{
0 commit comments