From e0b464f564b0cba1b6c76edc040ed673b26b123c Mon Sep 17 00:00:00 2001 From: Chris Schinnerl Date: Mon, 29 Jul 2024 16:45:25 +0200 Subject: [PATCH] api: update price pinning json --- api/setting.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/setting.go b/api/setting.go index ff93550ef..19c73ac78 100644 --- a/api/setting.go +++ b/api/setting.go @@ -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