Skip to content

Commit

Permalink
fix: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dthampy committed Oct 2, 2023
1 parent 994cfa5 commit 5e778f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ app.route({
const meshHTTPDetails = responseBody?.extensions?.httpDetails;
logger.log('Mesh HTTP Details are : ', meshHTTPDetails);
logger.log('includeMetadata is : ', includeMetaData);
/* TO DO - add the logic for handling mesh response headers using includeMetaData
*/

/* the logic for handling mesh response headers using includeMetaData */
prepSourceResponseHeaders(meshHTTPDetails, req.id);
const responseHeaders = processResponseHeaders(meshId, req.id, includeMetaData, req.method);

Expand Down

0 comments on commit 5e778f2

Please sign in to comment.