This commit is contained in:
2025-12-06 23:51:50 +03:30
parent 7567e00f8a
commit eb48187ad0
5 changed files with 31 additions and 6 deletions
+1
View File
@@ -42,6 +42,7 @@ export class FoodsSeeder {
inPlaceServe: false,
pickupServe: false,
images: foodData.images,
isSpecialOffer: false,
});
em.persist(food);