@itutoring/itutoring_application_js_api 1.1.5 → 1.1.6

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.
@@ -43,10 +43,10 @@ class WebinarSystem
43
43
  webinar.TeacherRole = value['TeacherRole'];
44
44
  webinar.Price = value['Price'];
45
45
 
46
- webinars[key] = webinar;
46
+ webinars[webinar.ID] = webinar;
47
47
  }
48
48
 
49
- return webinar;
49
+ return webinars;
50
50
  }
51
51
  }
52
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itutoring/itutoring_application_js_api",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "Javascript API for iTutoring Application",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",