We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5730a81 commit e73e9bfCopy full SHA for e73e9bf
1 file changed
TinCan/ContextActivities.cs
@@ -35,7 +35,7 @@ public ContextActivities(JObject jobj)
35
if (jobj["parent"] != null)
36
{
37
parent = new List<Activity>();
38
- if(jobj["parent"].Type == JTokenType.Array)
+ if (jobj["parent"].Type == JTokenType.Array)
39
40
foreach (JObject jactivity in jobj["parent"]) {
41
parent.Add((Activity)jactivity);
0 commit comments