Skip to content

Commit

Permalink
added eslint disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-zimmer-px committed Jan 17, 2024
1 parent 9635ffd commit bb73d12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/pxenforcer.js
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,8 @@ class PxEnforcer {
});
}

sendHeaderBasedLogs(pxCtx, config, req) {
// @
sendHeaderBasedLogs(pxCtx, config, req) { // eslint-disable-line
// Feature has been removed, function definition for backwards compatibility.
}
}
Expand Down

0 comments on commit bb73d12

Please sign in to comment.