chore: move updatePodcastRSS to after loop
This commit is contained in:
@ -43,10 +43,10 @@ export async function batchProcess() {
|
|||||||
try {
|
try {
|
||||||
await processFeedUrl(url);
|
await processFeedUrl(url);
|
||||||
} finally {
|
} finally {
|
||||||
await updatePodcastRSS();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
await updatePodcastRSS();
|
||||||
console.log("処理完了:", new Date().toISOString());
|
console.log("処理完了:", new Date().toISOString());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user