Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Sort bedtime fields
Browse files Browse the repository at this point in the history
  • Loading branch information
lildude committed Dec 3, 2021
1 parent 106c22f commit 37dc624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bedtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import (

// Bedtime represents a single bedtime recommendation
type Bedtime struct {
Date string `json:"date"`
BedtimeWindow struct {
Start int `json:"start"`
End int `json:"end"`
} `json:"bedtime_window"`
Date string `json:"date"`
Status string `json:"status"`
}

Expand Down

0 comments on commit 37dc624

Please sign in to comment.