Skip to content

Commit

Permalink
fix: Modify output json keyword
Browse files Browse the repository at this point in the history
issue: #128
  • Loading branch information
CodeBear801 committed Jan 10, 2020
1 parent c4bb239 commit ec7ad8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/pkg/api/oasis/response.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type Solution struct {
Duration float64 `json:"duration"`
Weight float64 `json:"weight"`
WeightName string `json:"weight_name"`
ChargeStations []*ChargeStation `json:"charge_station"`
ChargeStations []*ChargeStation `json:"charge_stations"`
}

// ChargeStation contains location, time and energy level, could be used as waypoints for routing request
Expand Down

0 comments on commit ec7ad8d

Please sign in to comment.