Skip to content

Commit

Permalink
#2 formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
feelform committed May 12, 2021
1 parent f5d88b7 commit ce1758b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/instrumentation/module/express.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = function (agent, version, express) {
apiMetaService.cacheApi(descriptor)
descMap[objectName + methodName] = descriptor
return descMap
}, {});
}, {})

function getMethodDescriptor(objectPath, methodName, httpMethod) {
const method = objectPath === 'route' ? httpMethod : methodName
Expand Down

0 comments on commit ce1758b

Please sign in to comment.