[offers][chore] Allow analysis to analyse all companies in the backend

pull/501/head
Bryann Yeap Kok Keong 3 years ago committed by Stuart Long Chay Boon
parent 50176e82a2
commit 1b58df9669

@ -235,7 +235,7 @@ model OffersProfile {
model OffersBackground { model OffersBackground {
id String @id @default(cuid()) id String @id @default(cuid())
totalYoe Int @default(0) totalYoe Int
specificYoes OffersSpecificYoe[] specificYoes OffersSpecificYoe[]
experiences OffersExperience[] experiences OffersExperience[]

@ -934,4 +934,4 @@ const userProfileOfferDtoMapper = (
} }
return mappedOffer; return mappedOffer;
}; };

@ -2218,4 +2218,4 @@ export const offersProfileRouter = createRouter()
message: 'Invalid token.', message: 'Invalid token.',
}); });
}, },
}); });

@ -225,4 +225,4 @@ export type Location = {
countryName: string; countryName: string;
stateId: string; stateId: string;
stateName: string; stateName: string;
}; };
Loading…
Cancel
Save