Skip to content

Commit

Permalink
Merge pull request #2070 from eliasbruvik/FIX-2069
Browse files Browse the repository at this point in the history
FIX-2069 remove extensionAny from commonData
  • Loading branch information
eliasbruvik authored Oct 5, 2023
2 parents f20d5c2 + 0242cda commit 504b04f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions Src/Witsml/Data/WitsmlCommonData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,5 @@ public class WitsmlCommonData
[XmlElement("privateGroupOnly")]
public string PrivateGroupOnly { get; set; }

[XmlElement("extensionAny")]
public string ExtensionAny { get; set; }

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ const commonDataProperties = [
"commonData.comments",
"commonData.acquisitionTimeZone",
"commonData.defaultDatum",
"commonData.privateGroupOnly",
"commonData.extensionAny"
"commonData.privateGroupOnly"
];

export const objectToProperties: Record<string, string[]> = {
Expand Down

0 comments on commit 504b04f

Please sign in to comment.