remove point from food

This commit is contained in:
2025-12-13 11:37:57 +03:30
parent c25a5afe01
commit b5bb63d1f2
4 changed files with 2 additions and 11 deletions
@@ -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,