fix: patch payload shoult not contain id

This commit is contained in:
Methapon2001 2024-03-21 15:52:38 +07:00
parent 240da9f63a
commit 380a32fabf

View file

@ -294,7 +294,6 @@ export type CreateProfileFamily = {
};
export type UpdateProfileFamily = {
id: string;
couple?: boolean | null;
couplePrefix?: string | null;
coupleFirstName?: string | null;