From 7ae5b44fcd53c1def5ba79dc55465b905b679994 Mon Sep 17 00:00:00 2001 From: im-calvin Date: Wed, 1 Nov 2023 22:30:29 -0700 Subject: [PATCH] rm comments --- src/utils/schedule.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/schedule.ts b/src/utils/schedule.ts index a9b404a..76116db 100644 --- a/src/utils/schedule.ts +++ b/src/utils/schedule.ts @@ -85,7 +85,7 @@ export async function scrape() { // add the data to the db for (const video of videos) { if (!streamerIds.has(video.channel.id)) { - continue; // TODO find a better workaround. Issue: when the original video creator is not from Hololive, the streamer isn't in the db and then it crashes + continue; } // videoMembers is the Video.members field in the db let videoMembers: HolodexChannel[] = [];