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 2334f75 commit 932bb46Copy full SHA for 932bb46
src/InEngine.Core/Queuing/Clients/RedisClient.cs
@@ -56,7 +56,7 @@ public void Publish(AbstractCommand command)
56
}.SerializeToJson()
57
);
58
59
- var count = PublishToChannel($"published command: {command.Name}");
+ PublishToChannel($"published command: {command.Name}");
60
}
61
62
public long PublishToChannel(string message = "published command.")
0 commit comments