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