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 6159404 commit 6b865ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/diff.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ for (let i = 0; i < output.length; i++) {
}
}

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

0 comments on commit 6b865ad

Please sign in to comment.