Skip to content

Commit

Permalink
Update packages/datadog-instrumentations/src/express.js
Browse files Browse the repository at this point in the history
Co-authored-by: simon-id <[email protected]>
  • Loading branch information
CarlesDD and simon-id authored Oct 15, 2024
1 parent 88a3448 commit 522edcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/datadog-instrumentations/src/express.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ addHook({
})

const processParamsStartCh = channel('datadog:express:process_params:start')
const wrapProcessParamsMethod = (requestPositionInArguments) => {
function wrapProcessParamsMethod (requestPositionInArguments) {
return function wrapProcessParams (original) {
return function wrappedProcessParams () {
if (processParamsStartCh.hasSubscribers) {
Expand Down

0 comments on commit 522edcb

Please sign in to comment.