Skip to content

Commit

Permalink
rm comments
Browse files Browse the repository at this point in the history
  • Loading branch information
im-calvin committed Nov 2, 2023
1 parent d269fb6 commit 7ae5b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = [];
Expand Down

0 comments on commit 7ae5b44

Please sign in to comment.