Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 80189e2414 |
@@ -175,10 +175,14 @@ static class AutomateFunction
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
//automationContext.AttachInfoToObjects(ADDED, new List<string>() { testObject.id });
|
// we're skipping objects without an applicationId for now, since we're doing so in the release commit
|
||||||
addedList.Add(
|
if (string.IsNullOrEmpty(testObject.applicationId))
|
||||||
new Tuple<string, string>(testObject.id, testObject.speckle_type)
|
{
|
||||||
);
|
//automationContext.AttachInfoToObjects(ADDED, new List<string>() { testObject.id });
|
||||||
|
addedList.Add(
|
||||||
|
new Tuple<string, string>(testObject.id, testObject.speckle_type)
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user