testing simplifiedContent function

pull/73/head
Huda Joad 2023-11-24 17:14:17 +03:00
rodzic a4da9cbf3f
commit c0ea5e0997
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

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