Skip to content

Commit

Permalink
Merge pull request #24 from specklesystems/dev
Browse files Browse the repository at this point in the history
detaching bugfix (#23)
  • Loading branch information
kekesidavid authored Jan 31, 2025
2 parents 272d3c8 + f9e24f8 commit 1295190
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ void to_json(nlohmann::json& j, const ElementTypeCollection& elementType)
{
j["speckle_type"] = elementType.speckle_type;
j["name"] = elementType.name;
j["elements"] = elementType.elements;
j["@elements"] = elementType.elements;
}

0 comments on commit 1295190

Please sign in to comment.