We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e25a4 commit 27dfdc8Copy full SHA for 27dfdc8
1 file changed
src/Shared/Grpc/EntityConversions.cs
@@ -138,7 +138,7 @@ public static DTCore.History.HistoryEvent EncodeUnlockSent(
138
OrchestrationInstance? instance)
139
{
140
P.EntityUnlockSentEvent unlockSentEvent = protoEvent.EntityUnlockSent;
141
- string name = EncodeEventName(null);
+ string name = "release";
142
string input = JsonConvert.SerializeObject(
143
new ReleaseMessage()
144
0 commit comments