[offers][chore] add console log to print status while seeding

pull/501/head
Stuart Long Chay Boon 3 years ago
parent 4768671d6a
commit b6a1dba93e

@ -356,6 +356,10 @@ const generateAllAnalysis = async () => {
};
Promise.all([seedSalaries()])
.then(() => {
console.log(createdProfileIds.length + " profiles created")
console.log("Busy crunching analysis.....")
})
.then(() => generateAllAnalysis())
.then((_data) => {
console.log('Seeding from salaries sheet complete');

Loading…
Cancel
Save