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