Skip to content

Commit

Permalink
fix: remove body parse
Browse files Browse the repository at this point in the history
  • Loading branch information
fabidick22 committed Oct 14, 2020
1 parent 97eafc4 commit 249f9b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/handlers/get-data/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
let response;

exports.lambdaHandler = async (event, context) => {
const body = JSON.parse(event.body)
console.info(JSON.parse(context))
try {
response = {
Expand Down

0 comments on commit 249f9b0

Please sign in to comment.