Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
endimion committed Jun 11, 2024
1 parent bd71adf commit b72d12b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions routes/verifierRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,10 +389,9 @@ verifierRouter.get(["/verificationStatus"], (req, res) => {
verifierRouter.get(["/verificationStatusHistory"], (req, res) => {
let sessionId = req.query.sessionId;
let index = sessionHistory.getCurrentArray().indexOf(sessionId);

if (index >= 0) {
res.json({
status: status,
status: "success",
reason: "ok",
sessionId: sessionId,
claims: verificationResultsHistory.getCurrentArray()[index],
Expand Down

0 comments on commit b72d12b

Please sign in to comment.