reloaded 5 năm trước cách đây
mục cha
commit
82590b4311
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      app/service/expert.js

+ 0 - 1
app/service/expert.js

@@ -16,7 +16,6 @@ class ExpertService extends CrudService {
 
   async update({ id }, data) {
     const expert = await this.model.findById(id);
-    console.log(data);
     const { name, gender, id_number, phone, address, birthday, email, img_url, level, levelname, position, school, education, degree, major, profession, resume, project, academic, status } = data;
     const user = (await this.umodel.find({ userid: id }))[0];