changed back cause nothing different

pull/73/head
Huda Joad 2023-11-25 00:31:16 +03:00
rodzic ff46e8f8bb
commit d2354929ee
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

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