Skip to content

Commit

Permalink
fix faulty rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb committed Oct 18, 2023
1 parent 50a0d60 commit 971be3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public GenericJobServerModel createImport(
} catch (Exception e) {
// we ran into a problem scheduling the job after we inserted the row in WDS's tracking table.
// since this job won't run, mark it as failed.
jobDao.fail(job.getJobId(), e.getMessage(), e.getStackTrace());
jobDao.fail(job.getJobId(), e);
return createdJob;
}

Expand Down

0 comments on commit 971be3f

Please sign in to comment.