Skip to content

Commit

Permalink
HLM-638 | removed headers for verifyCertificate
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-beehyv committed Sep 21, 2022
1 parent 8521715 commit c1853d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ async function verifyCertificate (req,res){
const revokeEntityType = certifyConstants.REVOKED_ENTITY_TYPE;
let certificateStatus = "";
let msg = "";
const token = req.header("Authorization");
const token = "";

let body = {
const body = {
signedCredentials : certificate,
}
try{
Expand Down

0 comments on commit c1853d0

Please sign in to comment.