fix as per review

This commit is contained in:
Juha Jeronen
2024-01-24 16:02:08 +02:00
parent 0a07161cf8
commit 71344720d2
2 changed files with 24 additions and 24 deletions

View File

@ -32,6 +32,7 @@ async function getExtrasVector(text, apiUrl, apiKey) {
catch (error) {
console.log('Failed to set up Extras API call:', error);
console.log('Extras API URL given was:', apiUrl);
throw error;
}
const headers = {