Revert "fix(webhook): extract links for incremental push syncs (#2850)"

This reverts commit 11659743a2.
This commit is contained in:
Garry Tan
2026-07-23 12:02:36 -07:00
parent 9a70945152
commit 45f85df8f4
4 changed files with 2 additions and 30 deletions
-1
View File
@@ -100,7 +100,6 @@ describe('runSyncTrigger', () => {
const job = jobs[0];
expect(job.priority).toBe(-10);
expect((job.data as { sourceId: string }).sourceId).toBe('default');
expect((job.data as { noExtract: boolean }).noExtract).toBe(false);
expect((job.data as { auto_embed_backfill: boolean }).auto_embed_backfill).toBe(true);
});