From 380a32fabf0a999cb216c7c7f190a1a9c8585770 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:52:38 +0700 Subject: [PATCH] fix: patch payload shoult not contain id --- src/entities/ProfileFamily.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/entities/ProfileFamily.ts b/src/entities/ProfileFamily.ts index 21cc1351..f7661835 100644 --- a/src/entities/ProfileFamily.ts +++ b/src/entities/ProfileFamily.ts @@ -294,7 +294,6 @@ export type CreateProfileFamily = { }; export type UpdateProfileFamily = { - id: string; couple?: boolean | null; couplePrefix?: string | null; coupleFirstName?: string | null;