chore: move updatePodcastRSS call
This commit is contained in:
@ -129,9 +129,10 @@ async function main() {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
await updatePodcastRSS();
|
await updatePodcastRSS();
|
||||||
|
}
|
||||||
|
|
||||||
console.log("処理完了:", new Date().toISOString());
|
console.log("処理完了:", new Date().toISOString());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user