mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-03 15:01:00 +02:00
Replace librarian throw helpers with Effect failures
This commit is contained in:
parent
459347ad12
commit
e6384e65b9
3 changed files with 146 additions and 101 deletions
|
|
@ -73,7 +73,7 @@ describe("LibrarianService schema-backed boundaries", () => {
|
|||
"chunk-size": 4,
|
||||
});
|
||||
const uploadId = response["upload-id"];
|
||||
const status = service.getUploadStatus({
|
||||
const status = await service.getUploadStatus({
|
||||
operation: "get-upload-status",
|
||||
"upload-id": uploadId,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue