Skip to content

Commit e630e65

Browse files
committed
fix: Webhook lambda misleading log
1 parent 24bee35 commit e630e65

File tree

1 file changed

+1
-1
lines changed
  • modules/webhook/lambdas/webhook/src/webhook

1 file changed

+1
-1
lines changed

modules/webhook/lambdas/webhook/src/webhook/handler.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ async function handleWorkflowJob(
144144
eventType: githubEvent,
145145
installationId: installationId,
146146
});
147+
logger.info(`Successfully queued job for ${body.repository.full_name}`, LogFields.print());
147148
}
148-
logger.info(`Successfully queued job for ${body.repository.full_name}`, LogFields.print());
149149
return { statusCode: 201 };
150150
}
151151

0 commit comments

Comments
 (0)