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

Commit 1fd20fa

Browse files
chore: fix api typo
Signed-off-by: Adithya Krishna <[email protected]>
1 parent b91755a commit 1fd20fa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "getindexify",
3-
"version": "0.0.51",
3+
"version": "0.0.52",
44
"description": "This is the TypeScript client for interacting with the Indexify service.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ class IndexifyClient {
334334
extractionPolicy: string,
335335
): Promise<ITask[]> {
336336
const response = await this.client.get(
337-
`/extraction_graphs/${extractionGraph}/extraction_policies/${extractionPolicy}/tasks/adi`,
337+
`/extraction_graphs/${extractionGraph}/extraction_policies/${extractionPolicy}/tasks`,
338338
);
339339

340340
return response.data.tasks;

0 commit comments

Comments
 (0)