diff --git a/apps/orchestrator/src/workflows/post.workflow.ts b/apps/orchestrator/src/workflows/post.workflow.ts index 75ef3c64..d31ad082 100644 --- a/apps/orchestrator/src/workflows/post.workflow.ts +++ b/apps/orchestrator/src/workflows/post.workflow.ts @@ -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')); }