Skip to content

Commit b77f82d

Browse files
committed
NEXT-ONLY: Fix complete failure at merging config.go
Signed-off-by: Cameron Fleming <[email protected]>
1 parent 1a9d184 commit b77f82d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

config.go

-10
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,6 @@ type Config struct {
2525
DisplayMaxBrightness int `json:"display_max_brightness"`
2626
DisplayDimAfterMs int64 `json:"display_dim_after_ms"`
2727
DisplayOffAfterMs int64 `json:"display_off_after_ms"`
28-
CloudURL string `json:"cloud_url"`
29-
CloudToken string `json:"cloud_token"`
30-
GoogleIdentity string `json:"google_identity"`
31-
JigglerEnabled bool `json:"jiggler_enabled"`
32-
AutoUpdateEnabled bool `json:"auto_update_enabled"`
33-
IncludePreRelease bool `json:"include_pre_release"`
34-
HashedPassword string `json:"hashed_password"`
35-
LocalAuthToken string `json:"local_auth_token"`
36-
LocalAuthMode string `json:"localAuthMode"` //TODO: fix it with migration
37-
WakeOnLanDevices []WakeOnLanDevice `json:"wake_on_lan_devices"`
3828
EdidString string `json:"hdmi_edid_string"`
3929
}
4030

0 commit comments

Comments
 (0)