@speakableio/core 0.1.40 → 0.1.41

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.
@@ -2723,7 +2723,7 @@ var useBaseOpenAI = ({
2723
2723
  });
2724
2724
  const getTranscript = async (audioUrl, language) => {
2725
2725
  try {
2726
- const transcript = await (getAssemblyAITranscript == null ? void 0 : getAssemblyAITranscript({
2726
+ const { data: transcript } = await (getAssemblyAITranscript == null ? void 0 : getAssemblyAITranscript({
2727
2727
  audioUrl,
2728
2728
  language
2729
2729
  }));