chore: move updatePodcastRSS call

This commit is contained in:
2025-06-04 14:11:23 +09:00
committed by Satsuki Akiba (aider)
parent 08800b9f96
commit 1d6a6e1ee6

View File

@ -129,9 +129,10 @@ async function main() {
continue;
}
}
await updatePodcastRSS();
}
await updatePodcastRSS();
console.log("処理完了:", new Date().toISOString());
}