revert uninteded changes

This commit is contained in:
Salihu
2026-08-23 21:15:41 +01:00
parent b4da604512
commit 89c22944ee
2 changed files with 7 additions and 31 deletions
@@ -213,10 +213,6 @@ export class PersistenceExtension implements Extension {
workspaceId: page.workspaceId,
});
await this.aiQueue.add(QueueJob.GENERATE_PAGE_EMBEDDINGS, {
pageId
})
await this.enqueuePageHistory(page);
}
}