From 8774ca0df03f31bfc21e1ff2802c288f4cceea60 Mon Sep 17 00:00:00 2001 From: Mohammed S Date: Thu, 2 Nov 2023 14:38:06 +0530 Subject: [PATCH] fix: minor type fix --- packages/restapi/src/lib/types/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/restapi/src/lib/types/index.ts b/packages/restapi/src/lib/types/index.ts index 9335011a7..c6d032f3c 100644 --- a/packages/restapi/src/lib/types/index.ts +++ b/packages/restapi/src/lib/types/index.ts @@ -379,7 +379,7 @@ export interface ChatMemberProfile { address: string; intent: boolean; role: string; - profile: UserV2; + userInfo: UserV2; } export interface GroupMembersInfo {