@itutoring/itutoring_application_js_api 1.5.3 → 1.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29,7 +29,7 @@ class LectorDatabase
29
29
  'maxCount': maxCount,
30
30
  });
31
31
 
32
- return JSON.parse(lectors);
32
+ return lectors;
33
33
  }
34
34
 
35
35
  /**
@@ -43,7 +43,7 @@ class LectorDatabase
43
43
  'lectorId': lectorId,
44
44
  });
45
45
 
46
- return JSON.parse(lector);
46
+ return lector;
47
47
  }
48
48
 
49
49
 
@@ -58,7 +58,7 @@ class LectorDatabase
58
58
  "query": dssQuery
59
59
  });
60
60
 
61
- return JSON.parse(lector);
61
+ return lector;
62
62
  }
63
63
 
64
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itutoring/itutoring_application_js_api",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "description": "Javascript API for iTutoring Application",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",