Skip to content

Commit

Permalink
Fix json key to dayOfWeekEnum (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
mokhs00 authored Oct 21, 2024
1 parent 172edd1 commit 9995e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/domain/restaurant/business_hour.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const (
)

type BusinessHour struct {
DayOfWeekEnum DayOfWeekEnum `json:"dayOfWeek"`
DayOfWeekEnum DayOfWeekEnum `json:"dayOfWeekEnum"`
OpenTime string `json:"openTime"`
ClosingTime string `json:"closingTime"`
IsClosedDay bool `json:"isClosedDay"`
Expand Down

0 comments on commit 9995e6c

Please sign in to comment.