obi-sdk 0.3.9 → 0.3.10

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.
@@ -10021,7 +10021,7 @@ class CourseModal extends i$1 {
10021
10021
  this.loading = true;
10022
10022
  const raw_response = await fetch(`${this.apiBaseUrl}/sessions?token=${this.apiKey}`);
10023
10023
  const response = await raw_response.json();
10024
- const mappedCourses = response.sessions?.sessions?.map((session) => ({
10024
+ const mappedCourses = response.sessions?.map((session) => ({
10025
10025
  id: session.uuid,
10026
10026
  name: session.onboarding_plan.name,
10027
10027
  description: session.onboarding_plan.description,
@@ -11155,4 +11155,4 @@ export {
11155
11155
  searchingLoader as s,
11156
11156
  x
11157
11157
  };
11158
- //# sourceMappingURL=obi-widget-d6306b0d.js.map
11158
+ //# sourceMappingURL=obi-widget-c60b2f9f.js.map