@itutoring/itutoring_application_js_api 1.7.3 → 1.7.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.
package/modules/Models.js CHANGED
@@ -55,7 +55,7 @@ class Models
55
55
  static async getLectureReport(id)
56
56
  {
57
57
  var data = await APIController.Get(this.#MODULE, this.#GET_LECTURE_REPORT, {
58
- 'id': lectureId,
58
+ 'id': id,
59
59
  });
60
60
  return data;
61
61
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itutoring/itutoring_application_js_api",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "description": "Javascript API for iTutoring Application",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",