Skip to content

Commit

Permalink
fixes similarOpeidID spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed May 3, 2023
1 parent d79e98b commit 3e56b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/customAttributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ module.exports = function(app) {

retObj.opeid = opeid && opeid[id]? opeid[id] : false;
retObj.similarID = similarID.join(",");
retObj.similarOpedId = similarOpeidID;
retObj.similarOpeidId = similarOpeidID;
}

return res.json(retObj);
Expand Down

0 comments on commit 3e56b8b

Please sign in to comment.