@ -235,7 +235,7 @@ model OffersProfile {
model OffersBackground {
id String @id @default(cuid())
totalYoe Int @default(0)
totalYoe Int
specificYoes OffersSpecificYoe[]
experiences OffersExperience[]
@ -934,4 +934,4 @@ const userProfileOfferDtoMapper = (
}
return mappedOffer;
};
@ -2218,4 +2218,4 @@ export const offersProfileRouter = createRouter()
message: 'Invalid token.',
});
},
@ -225,4 +225,4 @@ export type Location = {
countryName: string;
stateId: string;
stateName: string;