remove point from food
This commit is contained in:
@@ -57,7 +57,6 @@ export class FoodService {
|
||||
content: rest.content,
|
||||
// numeric/array fields
|
||||
price: rest.price ?? 0,
|
||||
points: rest.points ?? 0,
|
||||
prepareTime: rest.prepareTime ?? 0,
|
||||
images: rest.images ?? undefined,
|
||||
restaurant: restaurant,
|
||||
|
||||
Reference in New Issue
Block a user