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.
- package/dist/modular/chunks/{obi-widget-d6306b0d.js → obi-widget-c60b2f9f.js} +2 -2
- package/dist/modular/chunks/{obi-widget-d6306b0d.js.map → obi-widget-c60b2f9f.js.map} +1 -1
- package/dist/modular/index.js +1 -1
- package/dist/modular/ui.js +10 -10
- package/dist/obi-sdk.es.js +10 -10
- package/dist/obi-sdk.standalone.iife.js +1 -1
- package/dist/obi-sdk.standalone.iife.js.map +1 -1
- package/dist/obi-sdk.umd.js +1 -1
- package/package.json +1 -1
|
@@ -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?.
|
|
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-
|
|
11158
|
+
//# sourceMappingURL=obi-widget-c60b2f9f.js.map
|