then
funtion không trả lại lời hứa, người điều hành thực hiện !
Vì vậy, bạn cần thực hiện return Comp.remove({}).exec()
Comp.find({}).exec()
.then(function(docs){
return Comp.remove({}).exec();
})
.then(function(result_of_remove){
return Comp.create(arr).exec();
})
.then(function(result_of_create){
....
})