Skip to content

Commit

Permalink
chore: 🔥 remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
VipinDevelops committed Aug 21, 2023
1 parent c362233 commit 168c59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/endpoints/githubEndpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class githubWebHooks extends ApiEndpoint {
}
const eventCaps = event.toUpperCase();
let messageText = "newEvent !";
console.log(payload)

if (event == "push") {
messageText = `*New Commits to* *[${payload.repository.full_name}](${payload.repository.html_url}) by ${payload.pusher.name}*`;
} else if (event == "pull_request") {
Expand Down

0 comments on commit 168c59c

Please sign in to comment.