changed the format back

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

Wyświetl plik

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