@itutoring/itutoring_application_js_api 1.22.8 → 1.22.9

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.
@@ -24,7 +24,7 @@ class MarketplaceController
24
24
  static #GET_LECTURE_PACKAGE_SELECT_PAGE = "GetLecturePackageSelectPage";
25
25
  static $GET_OFFER_STATUS_PAGE = "GetOfferStatusPage";
26
26
 
27
- static async getTabory(place = null, turnus = -1)
27
+ static async getTabory(place = null, turnus = null)
28
28
  {
29
29
  var res = await APIController.Get(this.#MODULE, this.#GET_TABORY, {
30
30
  'place': place,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itutoring/itutoring_application_js_api",
3
- "version": "1.22.8",
3
+ "version": "1.22.9",
4
4
  "description": "Javascript API for iTutoring Application",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",