Skip to content

Commit

Permalink
bugfix(archivejob): parse extended_hours config (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakimura authored Aug 18, 2022
1 parent a84cc08 commit 1cdfdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/alpacabkfeeder/configs/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type DefaultConfig struct {
APISecretKey string `json:"api_secret_key"`
OpenHourNY, OpenMinuteNY int
CloseHourNY, CloseMinuteNY int
ExtendedHours bool
ExtendedHours bool `json:"extended_hours"`
ClosedDaysOfTheWeek []time.Weekday
ClosedDays []time.Time
Interval int `json:"interval"`
Expand Down

0 comments on commit 1cdfdf4

Please sign in to comment.