[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 {
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;
};
};
Loading…
Cancel
Save