Skip to content

Commit

Permalink
DOP-4414 testing lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Mar 13, 2024
1 parent a574352 commit 622f914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/controllers/v2/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async function prepGithubPushPayload(
payload: any,
title: string
): Promise<Omit<EnhancedJob, '_id'> | string> {
return 'here' + githubEvent.pusher;
return 'here' + JSON.stringify(githubEvent);
return {
title: title,
user: githubEvent.pusher.name,
Expand Down

0 comments on commit 622f914

Please sign in to comment.