Skip to content

Commit 397508e

Browse files
Update src/utils/youtube/sendLatestUploads.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8ca3c5e commit 397508e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/youtube/sendLatestUploads.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,7 @@ export default async function sendLatestUploads() {
4444
);
4545
}
4646
}
47+
// Remove the processed entry from the updates map
48+
updates.delete(videoId);
4749
}
4850
}

0 commit comments

Comments
 (0)