diff --git a/pkg/restaurants/restaurant.go b/pkg/restaurants/restaurant.go index 0fd5a46..d46de68 100644 --- a/pkg/restaurants/restaurant.go +++ b/pkg/restaurants/restaurant.go @@ -66,6 +66,7 @@ func (restaurant *Restaurant) MarshalJSON() ([]byte, error) { func (restaurant *Restaurant) GetSpecificDayObject(days []int) RestaurantJSON { obj := RestaurantJSON{ + Id: restaurant.id, Restaurant: restaurant.name, PermanentMeals: restaurant.permanent, }