We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5b3b7 commit de4ad6fCopy full SHA for de4ad6f
src/event-mocks.js
@@ -10,7 +10,7 @@ module.exports = {
10
}
11
12
function customLambdas (payload) {
13
- return JSON.stringify(payload) || {}
+ return payload || {}
14
15
16
function events (payload) {
0 commit comments