fix: rename dish to meal
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
package stwbremen
|
||||
|
||||
type Dish struct {
|
||||
type Meal struct {
|
||||
Title string `json:"title"`
|
||||
Ingredients []Ingredient `json:"ingredients"`
|
||||
Prices []Price `json:"prices"`
|
||||
Reference in New Issue
Block a user