Skip to content

Commit

Permalink
Update NodeSearchModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pinzart90 committed Jan 30, 2025
1 parent 8fca368 commit c76c161
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DynamoCore/Search/NodeSearchModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ internal NodeSearchElement FindModelForNodeNameAndCategory(string nodeName, stri
ctk.ThrowIfCancellationRequested();

var result = Entries.Where(e => {
ctk.ThrowIfCancellationRequested();
if (e.Name.Replace(" ", string.Empty).Equals(nodeName) && e.FullCategoryName.Equals(nodeCategory))
{
//When the node info was indexed if Parameters was null we added an empty space (null cannot be indexed)
Expand Down

0 comments on commit c76c161

Please sign in to comment.