Skip to content

Commit 932bb46

Browse files
committed
Remove unnecessary assignment
1 parent 2334f75 commit 932bb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InEngine.Core/Queuing/Clients/RedisClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public void Publish(AbstractCommand command)
5656
}.SerializeToJson()
5757
);
5858

59-
var count = PublishToChannel($"published command: {command.Name}");
59+
PublishToChannel($"published command: {command.Name}");
6060
}
6161

6262
public long PublishToChannel(string message = "published command.")

0 commit comments

Comments
 (0)