Skip to content

Commit

Permalink
Job error description
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenKor committed May 23, 2024
1 parent 834d938 commit f00b22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zp-relayer/services/relayer/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ async function getJob(req: Request, res: Response, { pool }: PoolInjection) {
let result: GetJobResponse = {
resolvedJobId: jobId,
createdOn: job.timestamp,
failedReason: null,
failedReason: job.failedReason,
finishedOn: null,
state,
txHash,
Expand Down

0 comments on commit f00b22e

Please sign in to comment.