Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit 8004aba

Browse files
chore: fix analytics api
Signed-off-by: Adithya Krishna <[email protected]>
1 parent 0b1f9c8 commit 8004aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ class IndexifyClient {
459459
extractionGraph: string;
460460
}): Promise<ExtractionGraphAnalytics> {
461461
const response = await this.client.get(
462-
`namespaces/${namespace}/extraction_graphs/${extractionGraph}/analytics`
462+
`/extraction_graphs/${extractionGraph}/analytics`
463463
);
464464

465465
return response.data;

0 commit comments

Comments
 (0)