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; }