lms-sync 1.0.41 → 1.0.42

Sign up to get free protection for your applications and to get access to all the features.
@@ -74,12 +74,8 @@ const server = {
74
74
  logger.info(`New User record created ${createdCounter + 1}/${createdCounter + 1}: ${userDefault.email} `);
75
75
  createdCounter++;
76
76
  } else {
77
- const errorMsg = `Record User Already Exists: ${userDefault.email} `;
78
- if (!uniqueErrors.has(errorMsg)) {
79
- logger.error(`${errorCounter + 1}/${errorCounter + 1}: ${errorMsg}`);
80
- uniqueErrors.add(errorMsg);
81
- errorCounter++;
82
- }
77
+ logger.info(`Record User Already Exists: ${errorCounter + 1}/${errorCounter + 1}: ${userDefault.email} `);
78
+ errorCounter++;
83
79
  }
84
80
 
85
81
  const userMail = await Users.findOne({ where: { email: 'ccci_integrator@gmail.com' } });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lms-sync",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "description": "Migration App for MSC LMS",
5
5
  "main": "index.js",
6
6
  "scripts": {