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 ad1bd54 commit a574352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/controllers/v2/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ async function prepGithubPushPayload(
githubEvent: PushEvent,
payload: any,
title: string
): Promise<Omit<EnhancedJob, '_id'> | boolean> {
return true;
): Promise<Omit<EnhancedJob, '_id'> | string> {
return 'here' + githubEvent.pusher;
return {
title: title,
user: githubEvent.pusher.name,
Expand Down

0 comments on commit a574352

Please sign in to comment.