index label ids on typesense

This commit is contained in:
Salihu
2026-08-17 15:50:16 +01:00
parent f702e826e7
commit 436f257ef7
4 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export class LabelService {
LabelType.PAGE,
trx,
);
await this.labelRepo.addLabelToPage(pageId, label.id, trx);
await this.labelRepo.addLabelToPage(pageId, label.id, workspaceId, trx);
attached.push(label);
}
});