pull/73/head
Maria-Aidarus 2023-11-23 19:23:35 +03:00
rodzic fbf55af8b0
commit 510bad2a47
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -122,9 +122,7 @@ export async function handler(event) {
// Return the formatted response // Return the formatted response
return { return {
statusCode: 200, statusCode: 200,
body: fetchedContent, body: JSON.stringify(formattedResponse),
// body: JSON.stringify(fetchedContent),
// body: JSON.stringify(formattedResponse),
}; };
} catch (error) { } catch (error) {
return { return {