feat: run old also

This commit is contained in:
Nevo David 2026-01-05 17:55:02 +07:00
parent 6eb55e128f
commit b5979b290d
1 changed files with 0 additions and 3 deletions

View File

@ -85,9 +85,6 @@ export async function postWorkflow({
// if it's a repeatable post, we should ignore this.
if (!postNow) {
if (dayjs(post.publishDate).isBefore(dayjs())) {
return;
}
await sleep(dayjs(post.publishDate).diff(dayjs(), 'millisecond'));
}