Skip to content

Commit 249f9b0

Browse files
committed
fix: remove body parse
1 parent 97eafc4 commit 249f9b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/handlers/get-data/app.js

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
let response;
33

44
exports.lambdaHandler = async (event, context) => {
5-
const body = JSON.parse(event.body)
65
console.info(JSON.parse(context))
76
try {
87
response = {

0 commit comments

Comments
 (0)