Skip to content
Snippets Groups Projects
Commit fe363a19 authored by Daniel Naude's avatar Daniel Naude
Browse files

Remove unecessary comment

parent daab1fd2
Branches
Tags
1 merge request!51Refactor TradingHours struct and validation
This commit is part of merge request !51. Comments created here will be created in the context of that merge request.
......@@ -325,8 +325,6 @@ func formatTimestampsWithTimeZoneInSlice(fieldValue reflect.Value, location *tim
return nil
}
// TradingHours represents an array of (StartTime,EndTime) pairs, one for each day of the week.
// The array is 0 indexed, with 0 being Sunday and 6 being Saturday and 7 being public holidays.
type TradingHours struct {
Monday TradingHoursDay `json:"monday"`
Tuesday TradingHoursDay `json:"tuesday"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment