Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
calebtuttle committed Apr 19, 2024
1 parent bd2095e commit bf60cf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/services/sessions/endpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -511,11 +511,11 @@ async function createIdvSessionV3(req, res) {
.status(validationResult.status)
.json({ error: validationResult.error });
}
}

return res
} else {
return res
.status(validationResult.status)
.json({ error: validationResult.error });
}
}

// Note: We do not immediately call session.save() after adding txHash to
Expand Down

0 comments on commit bf60cf6

Please sign in to comment.