Skip to content

Commit

Permalink
chore: newBvids should include unprocessedBvids
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovler-Young committed Jun 29, 2024
1 parent 84e4cf9 commit 1440275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/server/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ const handle_source = async (ctx: Context, source_type: string, source_id: strin

const unprocessedBvids = bvids.filter(bvid => !allBvids.includes(bvid));
processingCount = bvids.length - unprocessedBvids.length;
newBvids = unprocessedBvids;

const updateStatus = async () => {
try {
Expand Down

0 comments on commit 1440275

Please sign in to comment.