We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca3c5e commit 397508eCopy full SHA for 397508e
src/utils/youtube/sendLatestUploads.ts
@@ -44,5 +44,7 @@ export default async function sendLatestUploads() {
44
);
45
}
46
47
+ // Remove the processed entry from the updates map
48
+ updates.delete(videoId);
49
50
0 commit comments