f
This commit is contained in:
@@ -45,8 +45,8 @@ func ProcessJRZQ0L85Request(ctx context.Context, params []byte, deps *processors
|
||||
|
||||
score := "-1"
|
||||
if m, ok := respData.(map[string]interface{}); ok {
|
||||
if raw, exists := m["scoreafywbase"]; exists {
|
||||
if v, ok := parseToFloat64(raw); ok {
|
||||
if rawScore, exists := m["scoreywbase"]; exists {
|
||||
if v, ok := parseToFloat64(rawScore); ok {
|
||||
score = mapScoreAfywBaseToGeneralScore(v)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user