Skip to content

Commit

Permalink
response
Browse files Browse the repository at this point in the history
  • Loading branch information
calebtuttle committed Apr 19, 2024
1 parent 9aa4d59 commit d960f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/sessions/endpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ async function createIdvSession(req, res) {
createIdvSessionLogger.error({ error: err }, "Error creating IDV session");
}

return res.status(500).json({ error: "An unknown error occurred" });
return res.status(500).json({ error: "An unknown error occurred", err });
}
}

Expand Down

0 comments on commit d960f25

Please sign in to comment.