Skip to content

Commit

Permalink
Update MongoAssetEntity.cs (#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle authored Jan 5, 2024
1 parent bca717b commit e06ac12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public static void RegisterClassMap()
cm.MapProperty(x => x.TotalSize)
.SetElementName("ts")
.SetIsRequired(true);
.SetIsRequired(false);
cm.MapProperty(x => x.Type)
.SetElementName("at")
Expand Down

0 comments on commit e06ac12

Please sign in to comment.