Skip to content

Commit

Permalink
removed unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Patel authored and Vivek Patel committed Dec 7, 2023
1 parent ce3b703 commit fe44d7f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/sending-zone.js
Original file line number Diff line number Diff line change
Expand Up @@ -588,9 +588,8 @@ module.exports.findByHeaders = headers => {
// // skip checking headers
// return false;
// }

let lines = headers.getList();
let zone = headers.getFirst('x-customer-uid')
;
let zone = headers.getFirst('x-customer-uid');
console.log('zone==>',zone);
if(zone) return zone;
// console.log("Heree",headers.getFirst('X-Customer-Uid'));
Expand Down

0 comments on commit fe44d7f

Please sign in to comment.