diff --git a/bot.ts b/bot.ts index e356559..6e3d0a1 100644 --- a/bot.ts +++ b/bot.ts @@ -109,6 +109,8 @@ export const bot: ApplicationFunction = (app) => { }) ); + console.log(playlistLookupResults); + let successText = `🎉 @${workingRepo.owner} can merge your pull request! 🎉`; let reviewEvent: ReviewEvent = 'APPROVE';