lms-sync 1.0.10 → 1.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -227,7 +227,7 @@ const Apis = {
227
227
  },
228
228
  }
229
229
  )
230
- console.log('student.data :>> ', student.data);
230
+ // console.log('student.data :>> ', student.data);
231
231
  return student.data
232
232
  } catch (error) {
233
233
  console.error('Student Api Error:', error);
@@ -251,7 +251,7 @@ const Apis = {
251
251
  },
252
252
  }
253
253
  )
254
- console.log('sectionResult.data :>> ', sectionResult.data);
254
+ // console.log('sectionResult.data :>> ', sectionResult.data);
255
255
  return sectionResult.data
256
256
  } catch (error) {
257
257
  console.error('Student Api Error:', error);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lms-sync",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Migration App for MSC LMS",
5
5
  "main": "index.js",
6
6
  "scripts": {