Skip to content

Commit

Permalink
api: update price pinning json
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Jul 30, 2024
1 parent 64575c0 commit e0b464f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ type (
Threshold float64 `json:"threshold"`

// Autopilots contains the pinned settings for every autopilot.
Autopilots map[string]AutopilotPins `json:"autopilots,omitempty"`
Autopilots map[string]AutopilotPins `json:"autopilots"`

// GougingSettingsPins contains the pinned settings for the gouging
// settings.
GougingSettingsPins GougingSettingsPins `json:"gougingSettingsPins,omitempty"`
GougingSettingsPins GougingSettingsPins `json:"gougingSettingsPins"`
}

// AutopilotPins contains the available autopilot settings that can be
Expand Down

0 comments on commit e0b464f

Please sign in to comment.