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"}, }; }