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[] = [];