Skip to content

Commit

Permalink
Update diff.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxy-v authored Sep 1, 2024
1 parent 81faa6c commit 6159404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/diff.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ for (let i = 0; i < output.length; i++) {
}

module.exports = ({github, context}) => {
return context.payload.client_payload.value
return context.payload.client_payload.sources
}

0 comments on commit 6159404

Please sign in to comment.