waha-shared 1.0.312 → 1.0.314

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.
@@ -350,7 +350,7 @@ function getLessonInfo({ lessonId, languageInfo, setInfo, t, useSpokenQuestions,
350
350
  lessonSectionBody: thisSetTranslations?.sectionBodies?.[lessonId],
351
351
  video,
352
352
  trainingVideo,
353
- full: lesson.s.length > 0 ? story : undefined,
353
+ full: lesson.s.length > 0 ? full : undefined,
354
354
  story: lesson.s.length > 0 ? story : undefined,
355
355
  youtubeLink,
356
356
  passagesString,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waha-shared",
3
- "version": "1.0.312",
3
+ "version": "1.0.314",
4
4
  "author": "Waha",
5
5
  "dependencies": {
6
6
  "@types/signale": "^1.4.7",