feat: add height field to result in converter
This commit is contained in:
		@@ -30,6 +30,7 @@ func WbDimensionsToProto(s wbclient.OptContentV2GetCardsListPostOKCardsItemDimen
 | 
			
		||||
	value := s.Value
 | 
			
		||||
	result.Length = int64(value.Length.Value)
 | 
			
		||||
	result.Width = int64(value.Width.Value)
 | 
			
		||||
	result.Height = int64(value.Height.Value)
 | 
			
		||||
	result.WeightBrutto = float32(value.WeightBrutto.Value)
 | 
			
		||||
	result.IsValid = value.IsValid.Value
 | 
			
		||||
	return &result
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user