From bd54ae399513f486c8a8fddb29b03e84d9493971 Mon Sep 17 00:00:00 2001 From: Ralph Wessel Date: Mon, 14 Oct 2024 09:50:07 +0100 Subject: [PATCH] Change JSON tag from "unit" to "units" --- SpeckleLib/Speckle/Database/Content/BIMRecord.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpeckleLib/Speckle/Database/Content/BIMRecord.cpp b/SpeckleLib/Speckle/Database/Content/BIMRecord.cpp index 52782a9..9f230d3 100644 --- a/SpeckleLib/Speckle/Database/Content/BIMRecord.cpp +++ b/SpeckleLib/Speckle/Database/Content/BIMRecord.cpp @@ -23,7 +23,7 @@ namespace { ///Serialisation field IDs static std::array fieldID = { Identity{"applicationId"}, - Identity{"unit"}, + Identity{"units"}, }; }