From 189cc25d01ef99f58df49999c9e55d6f6981e2fa Mon Sep 17 00:00:00 2001 From: mfmurray Date: Thu, 15 Feb 2024 08:42:44 -0500 Subject: [PATCH] fix: corrected userId key name --- src/hooks/rownd.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/rownd.ts b/src/hooks/rownd.ts index 6e7f39a..afc58bd 100644 --- a/src/hooks/rownd.ts +++ b/src/hooks/rownd.ts @@ -26,7 +26,7 @@ export type TRowndContext = { type UserContext = { data: { - id?: string; + user_id?: string; email?: string | null; phone?: string | null; [key: string]: any;