Skip to content

Commit

Permalink
DOP-4504 fix displayrepooptions name
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Apr 15, 2024
1 parent fb1d074 commit e9931ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk-infra/lib/constructs/api/webhook-api-construct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class WebhookApiConstruct extends Construct {
const slackDisplayRepoLambda = new NodejsFunction(this, 'slackDisplayRepoLambda', {
entry: `${HANDLERS_PATH}/slack.ts`,
runtime,
handler: 'DeployRepoDisplayRepoOptions',
handler: 'DisplayRepoOptions',
environment,
bundling,
timeout,
Expand Down

0 comments on commit e9931ce

Please sign in to comment.