lrf402788946 4 rokov pred
rodič
commit
ea925353cd
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  1. 0 1
      app/service/trainplan.js

+ 0 - 1
app/service/trainplan.js

@@ -131,7 +131,6 @@ class TrainplanService extends CrudService {
         if (r) continue;
         const obj = { schid: school.code, year, planid: id };
         await this.schmodel.create(obj);
-
       }
     }
     return res;