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 11f86df commit ed6be1cCopy full SHA for ed6be1c
1 file changed
src/Temporalio/Common/WorkflowHistory.cs
@@ -70,7 +70,7 @@ public static WorkflowHistory FromJson(string workflowId, string json)
70
71
private static WorkflowHistory FromJson(string workflowId, Dictionary<string, object?> historyObj)
72
{
73
- // Unfortunately due to enum incorrectness in UI/tctl/Go, we have to parse, alter,
+ // Unfortunately due to enum incorrectness in UI/CLI/Go, we have to parse, alter,
74
// serialize the altered, then deserialize again using Proto JSON
75
HistoryJsonFixer.Fix(historyObj);
76
var fixedJson = JsonSerializer.Serialize(historyObj);
0 commit comments