Skip to content

Commit af612b8

Browse files
committed
bugfix resources/resources/id bug
1 parent 24cf505 commit af612b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qlever-llc/target-helper",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "A Trellis microservice to fill in around Target integration",
55
"author": "Andrew Balmos <andrew@qlever.io>",
66
"license": "Apache-2.0",

src/pdfJob.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ export const jobHandler: WorkerFunction = async (job, { jobId, log, oada }) => {
680680
if (v.status === 'identifying') {
681681
const otherUpdates = await oada
682682
.get({
683-
path: `/resources/${jobId}/updates`,
683+
path: `/${jobId}/updates`,
684684
})
685685
.then((r: any) => r.data as unknown as JsonObject);
686686

0 commit comments

Comments
 (0)