From 3694e5703cdb43db8b407bcb7ebaea2ea66741cb Mon Sep 17 00:00:00 2001 From: Claire Kuang Date: Thu, 1 Feb 2024 09:57:06 +0000 Subject: [PATCH] Update AutomateFunction.cs --- SpeckleAutomateDotnetExample/AutomateFunction.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpeckleAutomateDotnetExample/AutomateFunction.cs b/SpeckleAutomateDotnetExample/AutomateFunction.cs index a42e97b..28abd1a 100644 --- a/SpeckleAutomateDotnetExample/AutomateFunction.cs +++ b/SpeckleAutomateDotnetExample/AutomateFunction.cs @@ -176,7 +176,7 @@ static class AutomateFunction else { // we're skipping objects without an applicationId for now, since we're doing so in the release commit - if (string.IsNullOrEmpty(testObject.applicationId)) + if (!string.IsNullOrEmpty(testObject.applicationId)) { //automationContext.AttachInfoToObjects(ADDED, new List() { testObject.id }); addedList.Add(