Skip to content

Commit

Permalink
refactor: use PAYLOAD_IDENTIFIER
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Jul 30, 2022
1 parent 50679e1 commit d6eb227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lambda/handler-runner/go-runner/GoRunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default class GoRunner {
if (item.includes(PAYLOAD_IDENTIFIER)) {
try {
const {
offline_payload: { error, success },
[PAYLOAD_IDENTIFIER]: { error, success },
} = parse(item)

if (success) {
Expand Down

0 comments on commit d6eb227

Please sign in to comment.