Skip to content

Commit cee516d

Browse files
authored
Update index.js
1 parent 53b62e1 commit cee516d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ app.get('/job-status', async (req, res) => {
129129
if (job) {
130130
res.status(200).json({ "status_code": 200, ...job });
131131
} else {
132-
res.status(404).json({ error: "Job not found, maybe its still processing?", "status_code": 404 });
132+
res.status(200).json({ error: "Job not found, maybe its still processing?", "status_code": 404 });
133133
}
134134
} catch (error) {
135135
console.error("Error fetching job status:", error);

0 commit comments

Comments
 (0)