From bbb44e60ccd8c83f23fc87e9d71e59e35aca8c55 Mon Sep 17 00:00:00 2001 From: nkdengineer Date: Tue, 10 Dec 2024 10:31:14 +0700 Subject: [PATCH] change type guide details --- src/types/onyx/Account.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/types/onyx/Account.ts b/src/types/onyx/Account.ts index 72ca8a4d4a73..33a593ca2b10 100644 --- a/src/types/onyx/Account.ts +++ b/src/types/onyx/Account.ts @@ -171,8 +171,8 @@ type Account = { guideDetails?: { /** The email of the guide details */ email: string; - /** Datetime stamp if the user is already onboard */ - wonTimestamp: string; + /** The calendar link of the guide details */ + calendarLink: string; }; };