Skip to content

Commit

Permalink
Merge pull request #89 from rogershi-dev/feature/registration-auth
Browse files Browse the repository at this point in the history
Test GitHub webhook
  • Loading branch information
rogershi-dev authored Jul 12, 2024
2 parents 2c557e8 + 8c5c2ec commit 7af46d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ router.post('/webhook', async (req, res) => {
console.log(commitMessage);

try {
// Expand the commit message into a full post
// Expand the commit message into a full post
const expandedMessage = await expandCommitMessage(commitMessage);
console.log('Expanded Message:', expandedMessage);

Expand Down

0 comments on commit 7af46d2

Please sign in to comment.