From 763e8f0332d4b7ef966f631e318538d68441b41b Mon Sep 17 00:00:00 2001 From: Stuart Long Chay Boon Date: Sat, 29 Oct 2022 21:51:10 +0800 Subject: [PATCH] [offers][fix] fix typo of types --- apps/portal/src/types/offers.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/portal/src/types/offers.d.ts b/apps/portal/src/types/offers.d.ts index b26995d7..5a95406b 100644 --- a/apps/portal/src/types/offers.d.ts +++ b/apps/portal/src/types/offers.d.ts @@ -188,7 +188,7 @@ export type AddToProfileResponse = { export type UserProfile = { createdAt: Date; id: string; - offers: Array; + offers: Array; profileName: string; token: string; }