jaryhe 1 vuosi sitten
vanhempi
commit
fdb4767a91
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      impl/v1/query/U01.go

+ 1 - 0
impl/v1/query/U01.go

@@ -457,6 +457,7 @@ func formatDisplacement(reqMap map[string]interface{}) {
 		switch v.(type) {
 		case string:
 			temp, _ = strconv.Atoi(v.(string))
+
 		case float64:
 			temp = int(v.(float64))
 		case int64: