From 6a0bfe70bb0b7c230b79c831411fd9ac6a3816d8 Mon Sep 17 00:00:00 2001 From: morteza-mortezai Date: Thu, 11 Dec 2025 10:38:37 +0330 Subject: [PATCH] up --- src/modules/restaurants/entities/restaurant.entity.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/restaurants/entities/restaurant.entity.ts b/src/modules/restaurants/entities/restaurant.entity.ts index 1774b26..b206ff8 100644 --- a/src/modules/restaurants/entities/restaurant.entity.ts +++ b/src/modules/restaurants/entities/restaurant.entity.ts @@ -95,5 +95,5 @@ export class Restaurant extends BaseEntity { registerScore: string; marriageDateScore: string; referrerScore: string; - }; + } | null = null; }