updated the return for testing

pull/73/head
Huda Joad 2023-11-23 19:21:14 +03:00
rodzic 1905bd7d39
commit fbf55af8b0
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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