From e85e00bff2c2264fce40c3ab557d614131d689a9 Mon Sep 17 00:00:00 2001 From: Claire Kuang Date: Fri, 2 Feb 2024 02:06:55 +0000 Subject: [PATCH] Update Utils.cs --- SpeckleAutomateDotnetExample/Utils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpeckleAutomateDotnetExample/Utils.cs b/SpeckleAutomateDotnetExample/Utils.cs index 12ef64b..f496c0c 100644 --- a/SpeckleAutomateDotnetExample/Utils.cs +++ b/SpeckleAutomateDotnetExample/Utils.cs @@ -85,7 +85,7 @@ namespace SpeckleAutomateDotnetExample ); } } - else + else if (!string.IsNullOrWhiteSpace(commitObject.id)) { if (speckleIdDict.ContainsKey(commitObject.id)) {