fix docker
Build and Deploy Docker Images / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-16 09:24:44 +03:30
parent 7a00b884ad
commit fb694c0297
2 changed files with 8 additions and 7 deletions
+2
View File
@@ -78,6 +78,8 @@ export interface FoodDetail {
reviews: unknown[];
favorites: unknown[];
isFavorite: boolean;
isAvailable?: boolean;
unavailabilityMessage?: string | null;
// فیلدهای قدیمی برای سازگاری با سایر بخش‌های کد
name?: string;
foodName?: string;