Skip to content

Commit

Permalink
missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-id authored Jun 28, 2023
1 parent e30ae8d commit c55380e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dd-trace/src/appsec/passport.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function isSdkCalled (tags) {
function getLogin (credentials) {
const type = credentials && credentials.type
let login
if (type === 'local' || type === 'http) {
if (type === 'local' || type === 'http') {
login = credentials.username
}

Expand Down

0 comments on commit c55380e

Please sign in to comment.