We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9b418 commit 778f724Copy full SHA for 778f724
src/translate/providers/deep-rapid-api.ts
@@ -33,6 +33,6 @@ export class DeepRapidAPI extends Translate {
33
},
34
DeepRapidAPI.axiosConfig,
35
);
36
- return decode((response as DeepTranslateResponse).data.data.translations.translatedText);
+ return decode((response as DeepTranslateResponse).data.data.translations.translatedText[0]);
37
};
38
}
0 commit comments