@speakableio/core 0.1.86 → 0.1.87

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.
@@ -3054,7 +3054,7 @@ var useBaseOpenAI = ({
3054
3054
  if (feedbackAccess == null ? void 0 : feedbackAccess.canAccessFeedback) {
3055
3055
  transcript = await getTranscript(audio, language);
3056
3056
  onTranscriptSuccess(transcript);
3057
- onUploadAndTranscript({ transcript, audioUrl: audio });
3057
+ onUploadAndTranscript == null ? void 0 : onUploadAndTranscript({ transcript, audioUrl: audio });
3058
3058
  } else {
3059
3059
  console.info(
3060
3060
  `Transcript not available: ${(feedbackAccess == null ? void 0 : feedbackAccess.reason) || "No feedback access"}`