From 8add924dd4a30514885789b333e278a3487b8b1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Sat, 28 Jan 2023 12:50:18 +0100 Subject: [PATCH] Temp log playlistLookupResults --- bot.ts | 2 ++ 1 file changed, 2 insertions(+) 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';